MVN

com.telenav.mesakit : mesakit-map-geography-testing

Maven & Gradle

Feb 22, 2023
3 stars
<dependency>
    <groupId>com.telenav.mesakit</groupId>
    <artifactId>mesakit-map-geography-testing</artifactId>
    <version>0.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav.mesakit : mesakit-map-geography-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.1

All Versions

Choose a version of com.telenav.mesakit : mesakit-map-geography-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
mesakit-map-geography-testing-0.17.1
mesakit-map-geography-testing-0.17.0
0.16.x
mesakit-map-geography-testing-0.16.0
0.15.x
mesakit-map-geography-testing-0.15.0
0.14.x
mesakit-map-geography-testing-0.14.0
0.13.x
mesakit-map-geography-testing-0.13.0
0.12.x
mesakit-map-geography-testing-0.12.0
0.11.x
mesakit-map-geography-testing-0.11.0
0.10.x
mesakit-map-geography-testing-0.10.0
0.9.x
mesakit-map-geography-testing-0.9.26
mesakit-map-geography-testing-0.9.25
mesakit-map-geography-testing-0.9.24
mesakit-map-geography-testing-0.9.23
mesakit-map-geography-testing-0.9.22
mesakit-map-geography-testing-0.9.21
mesakit-map-geography-testing-0.9.20
mesakit-map-geography-testing-0.9.19
mesakit-map-geography-testing-0.9.18
mesakit-map-geography-testing-0.9.17
mesakit-map-geography-testing-0.9.16
mesakit-map-geography-testing-0.9.15
mesakit-map-geography-testing-0.9.14

How to add a dependency to Maven

Add the following com.telenav.mesakit : mesakit-map-geography-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.telenav.mesakit</groupId>
    <artifactId>mesakit-map-geography-testing</artifactId>
    <version>0.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.telenav.mesakit : mesakit-map-geography-testing gradle dependency to your build.gradle file:

implementation 'com.telenav.mesakit:mesakit-map-geography-testing:0.17.1'

Gradle Kotlin DSL: Add the following com.telenav.mesakit : mesakit-map-geography-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.telenav.mesakit:mesakit-map-geography-testing:0.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.telenav.mesakit : mesakit-map-geography-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.telenav.mesakit" % "mesakit-map-geography-testing" % "0.17.1"