| License |
License |
|---|---|
| Categories |
CategoriesData ORM Data Formats |
| GroupId | GroupIdcom.telenav.kivakit |
| ArtifactId | ArtifactIdkivakit-data-formats |
| 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-formats-1.6.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-data-formats/ -->
<dependency>
<groupId>com.telenav.kivakit</groupId>
<artifactId>kivakit-data-formats</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-data-formats/
implementation 'com.telenav.kivakit:kivakit-data-formats:1.6.0'
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-data-formats/
implementation ("com.telenav.kivakit:kivakit-data-formats:1.6.0")
'com.telenav.kivakit:kivakit-data-formats:pom:1.6.0'
<dependency org="com.telenav.kivakit" name="kivakit-data-formats" rev="1.6.0">
<artifact name="kivakit-data-formats" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.telenav.kivakit', module='kivakit-data-formats', version='1.6.0')
)
libraryDependencies += "com.telenav.kivakit" % "kivakit-data-formats" % "1.6.0"
[com.telenav.kivakit/kivakit-data-formats "1.6.0"]