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