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