Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.critter |
ArtifactId | ArtifactIdcritter-tests |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
critter-tests-2.0.0.pom | |
critter-tests-2.0.0.jar | 16 KB |
critter-tests-2.0.0-sources.jar | 8 KB |
critter-tests-2.0.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/ -->
<dependency>
<groupId>com.antwerkz.critter</groupId>
<artifactId>critter-tests</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/
implementation 'com.antwerkz.critter:critter-tests:2.0.0'
// https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/
implementation ("com.antwerkz.critter:critter-tests:2.0.0")
'com.antwerkz.critter:critter-tests:jar:2.0.0'
<dependency org="com.antwerkz.critter" name="critter-tests" rev="2.0.0">
<artifact name="critter-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.critter', module='critter-tests', version='2.0.0')
)
libraryDependencies += "com.antwerkz.critter" % "critter-tests" % "2.0.0"
[com.antwerkz.critter/critter-tests "2.0.0"]