Files download
File Operation
mesakit-map-data-formats-0.9.18.pom download
Apache Maven
<dependency>
  <groupId>com.telenav.mesakit</groupId>
  <artifactId>mesakit-map-data-formats</artifactId>
  <version>0.9.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.telenav.mesakit:mesakit-map-data-formats:0.9.18'
Gradle Kotlin
implementation("com.telenav.mesakit:mesakit-map-data-formats:0.9.18")
Scala SBT
libraryDependencies += "com.telenav.mesakit" % "mesakit-map-data-formats" % "0.9.18"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.mesakit', module='mesakit-map-data-formats', version='0.9.18')
)
Apache Ivy
<dependency org="com.telenav.mesakit" name="mesakit-map-data-formats" rev="0.9.18" />
Leiningen
[com.telenav.mesakit/mesakit-map-data-formats "0.9.18"]
Apache Buildr
'com.telenav.mesakit:mesakit-map-data-formats:jar:0.9.18'