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