| License |
License |
|---|---|
| GroupId | GroupIdcom.telenav.kivakit |
| ArtifactId | ArtifactIdkivakit-examples |
| Version | Version1.2.0 |
| Type | Typepom |
| Description |
DescriptionA collection of modules that demonstrate how to use features of KivaKit.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kivakit-examples-1.2.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-examples/ -->
<dependency>
<groupId>com.telenav.kivakit</groupId>
<artifactId>kivakit-examples</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-examples/
implementation 'com.telenav.kivakit:kivakit-examples:1.2.0'
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-examples/
implementation ("com.telenav.kivakit:kivakit-examples:1.2.0")
'com.telenav.kivakit:kivakit-examples:pom:1.2.0'
<dependency org="com.telenav.kivakit" name="kivakit-examples" rev="1.2.0">
<artifact name="kivakit-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.telenav.kivakit', module='kivakit-examples', version='1.2.0')
)
libraryDependencies += "com.telenav.kivakit" % "kivakit-examples" % "1.2.0"
[com.telenav.kivakit/kivakit-examples "1.2.0"]