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