| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdde.quantummaid.mapmaid |
| ArtifactId | ArtifactIdcore |
| Version | Version0.9.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.9.22.pom | |
| core-0.9.22.jar | 490 KB |
| core-0.9.22-sources.jar | 364 KB |
| core-0.9.22-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/ -->
<dependency>
<groupId>de.quantummaid.mapmaid</groupId>
<artifactId>core</artifactId>
<version>0.9.22</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation 'de.quantummaid.mapmaid:core:0.9.22'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation ("de.quantummaid.mapmaid:core:0.9.22")
'de.quantummaid.mapmaid:core:jar:0.9.22'
<dependency org="de.quantummaid.mapmaid" name="core" rev="0.9.22">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid', module='core', version='0.9.22')
)
libraryDependencies += "de.quantummaid.mapmaid" % "core" % "0.9.22"
[de.quantummaid.mapmaid/core "0.9.22"]