GroupId | GroupIdcom.github.tix320 |
---|---|
ArtifactId | ArtifactIdkiwi |
Version | Version0.17.2 |
Type | Typejar |
Filename | Size |
---|---|
kiwi-0.17.2.pom | |
kiwi-0.17.2.jar | 121 KB |
kiwi-0.17.2-sources.jar | 60 KB |
kiwi-0.17.2-javadoc.jar | 700 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/kiwi/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>kiwi</artifactId>
<version>0.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/kiwi/
implementation 'com.github.tix320:kiwi:0.17.2'
// https://jarcasting.com/artifacts/com.github.tix320/kiwi/
implementation ("com.github.tix320:kiwi:0.17.2")
'com.github.tix320:kiwi:jar:0.17.2'
<dependency org="com.github.tix320" name="kiwi" rev="0.17.2">
<artifact name="kiwi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='kiwi', version='0.17.2')
)
libraryDependencies += "com.github.tix320" % "kiwi" % "0.17.2"
[com.github.tix320/kiwi "0.17.2"]