License |
License |
---|---|
GroupId | GroupIdcom.telenav.kivakit |
ArtifactId | ArtifactIdkivakit |
Version | Version1.3.0 |
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.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit/ -->
<dependency>
<groupId>com.telenav.kivakit</groupId>
<artifactId>kivakit</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit/
implementation 'com.telenav.kivakit:kivakit:1.3.0'
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit/
implementation ("com.telenav.kivakit:kivakit:1.3.0")
'com.telenav.kivakit:kivakit:pom:1.3.0'
<dependency org="com.telenav.kivakit" name="kivakit" rev="1.3.0">
<artifact name="kivakit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.telenav.kivakit', module='kivakit', version='1.3.0')
)
libraryDependencies += "com.telenav.kivakit" % "kivakit" % "1.3.0"
[com.telenav.kivakit/kivakit "1.3.0"]