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