MVN

com.amap.api : navi-native

Maven & Gradle

Apr 26, 2017
0 stars

navi-native · AMap is the best sdk of map in china.

<dependency>
    <groupId>com.amap.api</groupId>
    <artifactId>navi-native</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amap.api : navi-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4

All Versions

Choose a version of com.amap.api : navi-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
navi-native-1.9.4
navi-native-1.9.3
navi-native-1.9.2
navi-native-1.9.1
navi-native-1.9.0

How to add a dependency to Maven

Add the following com.amap.api : navi-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amap.api</groupId>
    <artifactId>navi-native</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amap.api : navi-native gradle dependency to your build.gradle file:

implementation 'com.amap.api:navi-native:1.9.4'

Gradle Kotlin DSL: Add the following com.amap.api : navi-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amap.api:navi-native:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amap.api : navi-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amap.api" % "navi-native" % "1.9.4"

Advertisement