License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.telenav.kivakit |
ArtifactId | ArtifactIdkivakit-data |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionProvides the release profile that runs lexakai when building kivakit, kivakit-stuff, mesakit, etc,
so that you simply add `--activateProfiles release` when building to automatically build lexakai
documentation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kivakit-data-1.6.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-data/ -->
<dependency>
<groupId>com.telenav.kivakit</groupId>
<artifactId>kivakit-data</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-data/
implementation 'com.telenav.kivakit:kivakit-data:1.6.0'
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-data/
implementation ("com.telenav.kivakit:kivakit-data:1.6.0")
'com.telenav.kivakit:kivakit-data:pom:1.6.0'
<dependency org="com.telenav.kivakit" name="kivakit-data" rev="1.6.0">
<artifact name="kivakit-data" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.telenav.kivakit', module='kivakit-data', version='1.6.0')
)
libraryDependencies += "com.telenav.kivakit" % "kivakit-data" % "1.6.0"
[com.telenav.kivakit/kivakit-data "1.6.0"]