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