| License |
License |
|---|---|
| GroupId | GroupIdcom.telenav.kivakit |
| ArtifactId | ArtifactIdkivakit |
| Last Version | Last Version1.6.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKivaKit is a collection of easy-to-use, integrated mini-frameworks for
developing Java software.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kivakit-1.6.0.pom | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit/ -->
<dependency>
<groupId>com.telenav.kivakit</groupId>
<artifactId>kivakit</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit/
implementation 'com.telenav.kivakit:kivakit:1.6.0'
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit/
implementation ("com.telenav.kivakit:kivakit:1.6.0")
'com.telenav.kivakit:kivakit:pom:1.6.0'
<dependency org="com.telenav.kivakit" name="kivakit" rev="1.6.0">
<artifact name="kivakit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.telenav.kivakit', module='kivakit', version='1.6.0')
)
libraryDependencies += "com.telenav.kivakit" % "kivakit" % "1.6.0"
[com.telenav.kivakit/kivakit "1.6.0"]