Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.mapmaid |
ArtifactId | ArtifactIdcore |
Version | Version0.9.27 |
Type | Typejar |
Filename | Size |
---|---|
core-0.9.27.pom | |
core-0.9.27.jar | 533 KB |
core-0.9.27-sources.jar | 397 KB |
core-0.9.27-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.27</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation 'de.quantummaid.mapmaid:core:0.9.27'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation ("de.quantummaid.mapmaid:core:0.9.27")
'de.quantummaid.mapmaid:core:jar:0.9.27'
<dependency org="de.quantummaid.mapmaid" name="core" rev="0.9.27">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid', module='core', version='0.9.27')
)
libraryDependencies += "de.quantummaid.mapmaid" % "core" % "0.9.27"
[de.quantummaid.mapmaid/core "0.9.27"]