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