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