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