Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.critter |
ArtifactId | ArtifactIdcritter-tests |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
critter-tests-3.0.0.pom | 658 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/ -->
<dependency>
<groupId>com.antwerkz.critter</groupId>
<artifactId>critter-tests</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/
implementation 'com.antwerkz.critter:critter-tests:3.0.0'
// https://jarcasting.com/artifacts/com.antwerkz.critter/critter-tests/
implementation ("com.antwerkz.critter:critter-tests:3.0.0")
'com.antwerkz.critter:critter-tests:pom:3.0.0'
<dependency org="com.antwerkz.critter" name="critter-tests" rev="3.0.0">
<artifact name="critter-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.critter', module='critter-tests', version='3.0.0')
)
libraryDependencies += "com.antwerkz.critter" % "critter-tests" % "3.0.0"
[com.antwerkz.critter/critter-tests "3.0.0"]