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