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