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