| License |
License
Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdcom.telenav.mesakit |
| ArtifactId | ArtifactIdmesakit-graph-core |
| Version | Version0.9.13 |
| Type | Typejar |
| Description |
DescriptionMesaKit is a framework for developing mapping and navigation software.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mesakit-graph-core-0.9.13.pom | |
| mesakit-graph-core-0.9.13.jar | 854 KB |
| mesakit-graph-core-0.9.13-sources.jar | 493 KB |
| mesakit-graph-core-0.9.13-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.mesakit/mesakit-graph-core/ -->
<dependency>
<groupId>com.telenav.mesakit</groupId>
<artifactId>mesakit-graph-core</artifactId>
<version>0.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.mesakit/mesakit-graph-core/
implementation 'com.telenav.mesakit:mesakit-graph-core:0.9.13'
// https://jarcasting.com/artifacts/com.telenav.mesakit/mesakit-graph-core/
implementation ("com.telenav.mesakit:mesakit-graph-core:0.9.13")
'com.telenav.mesakit:mesakit-graph-core:jar:0.9.13'
<dependency org="com.telenav.mesakit" name="mesakit-graph-core" rev="0.9.13">
<artifact name="mesakit-graph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telenav.mesakit', module='mesakit-graph-core', version='0.9.13')
)
libraryDependencies += "com.telenav.mesakit" % "mesakit-graph-core" % "0.9.13"
[com.telenav.mesakit/mesakit-graph-core "0.9.13"]