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