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