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