k

kivakit-examples-parent

A collection of modules that demonstrate how to use features of KivaKit.
https://www.kivakit.org
Apache License, Version 2.0
Telenav
Jonathan Locke (Luo Shibo) Haifeng Zhu Tim Boudreau
Files download
File Operation
kivakit-examples-parent-1.8.2.pom download
Apache Maven
<dependency>
  <groupId>com.telenav.kivakit</groupId>
  <artifactId>kivakit-examples-parent</artifactId>
  <version>1.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.telenav.kivakit:kivakit-examples-parent:1.8.2'
Gradle Kotlin
implementation("com.telenav.kivakit:kivakit-examples-parent:1.8.2")
Scala SBT
libraryDependencies += "com.telenav.kivakit" % "kivakit-examples-parent" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.kivakit', module='kivakit-examples-parent', version='1.8.2')
)
Apache Ivy
<dependency org="com.telenav.kivakit" name="kivakit-examples-parent" rev="1.8.2" />
Leiningen
[com.telenav.kivakit/kivakit-examples-parent "1.8.2"]
Apache Buildr
'com.telenav.kivakit:kivakit-examples-parent:jar:1.8.2'