| Группа | Группаeu.mais-h.mathsync |
|---|---|
| Идентификатор | Идентификаторcore |
| Версия | Версия0.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-0.3.1.pom | |
| core-0.3.1.jar | 25 KB |
| core-0.3.1-sources.jar | 17 KB |
| core-0.3.1-javadoc.jar | 130 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/ -->
<dependency>
<groupId>eu.mais-h.mathsync</groupId>
<artifactId>core</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/
implementation 'eu.mais-h.mathsync:core:0.3.1'
// https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/
implementation ("eu.mais-h.mathsync:core:0.3.1")
'eu.mais-h.mathsync:core:jar:0.3.1'
<dependency org="eu.mais-h.mathsync" name="core" rev="0.3.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mais-h.mathsync', module='core', version='0.3.1')
)
libraryDependencies += "eu.mais-h.mathsync" % "core" % "0.3.1"
[eu.mais-h.mathsync/core "0.3.1"]