Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.critter |
ArtifactId | ArtifactIdcritter-tests |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
critter-tests-2.0.3.pom | |
critter-tests-2.0.3.jar | 17 KB |
critter-tests-2.0.3-sources.jar | 8 KB |
critter-tests-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/
implementation 'com.antwerkz.critter:critter-tests:2.0.3'
// https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/
implementation ("com.antwerkz.critter:critter-tests:2.0.3")
'com.antwerkz.critter:critter-tests:jar:2.0.3'
<dependency org="com.antwerkz.critter" name="critter-tests" rev="2.0.3">
<artifact name="critter-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.critter', module='critter-tests', version='2.0.3')
)
libraryDependencies += "com.antwerkz.critter" % "critter-tests" % "2.0.3"
[com.antwerkz.critter/critter-tests "2.0.3"]