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