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