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