| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаde.quantummaid.mapmaid |
| Идентификатор | Идентификаторcore |
| Версия | Версия0.9.38 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-0.9.38.pom | |
| core-0.9.38.jar | 504 KB |
| core-0.9.38-sources.jar | 375 KB |
| core-0.9.38-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/ -->
<dependency>
<groupId>de.quantummaid.mapmaid</groupId>
<artifactId>core</artifactId>
<version>0.9.38</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation 'de.quantummaid.mapmaid:core:0.9.38'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation ("de.quantummaid.mapmaid:core:0.9.38")
'de.quantummaid.mapmaid:core:jar:0.9.38'
<dependency org="de.quantummaid.mapmaid" name="core" rev="0.9.38">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid', module='core', version='0.9.38')
)
libraryDependencies += "de.quantummaid.mapmaid" % "core" % "0.9.38"
[de.quantummaid.mapmaid/core "0.9.38"]