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