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