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