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