Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.kibble |
ArtifactId | ArtifactIdkibble |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
kibble-0.12.pom | |
kibble-0.12.jar | 138 KB |
kibble-0.12-sources.jar | 28 KB |
kibble-0.12-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.kibble/kibble/ -->
<dependency>
<groupId>com.antwerkz.kibble</groupId>
<artifactId>kibble</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.kibble/kibble/
implementation 'com.antwerkz.kibble:kibble:0.12'
// https://jarcasting.com/artifacts/com.antwerkz.kibble/kibble/
implementation ("com.antwerkz.kibble:kibble:0.12")
'com.antwerkz.kibble:kibble:jar:0.12'
<dependency org="com.antwerkz.kibble" name="kibble" rev="0.12">
<artifact name="kibble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.kibble', module='kibble', version='0.12')
)
libraryDependencies += "com.antwerkz.kibble" % "kibble" % "0.12"
[com.antwerkz.kibble/kibble "0.12"]