MVN

com.amap.api : map3d

Maven & Gradle

Apr 03, 2019
0 stars

map3d · AMap is the best sdk of map in china.

<dependency>
    <groupId>com.amap.api</groupId>
    <artifactId>map3d</artifactId>
    <version>6.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.8.0

All Versions

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

Version Vulnerabilities Updated
6.8.x
map3d-6.8.0
5.0.x
map3d-5.0.0
4.1.x
map3d-4.1.3
map3d-4.1.2.1
map3d-4.1.2
map3d-4.1.1
4.0.x
map3d-4.0.1
3.3.x
map3d-3.3.3
map3d-3.3.2
map3d-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.amap.api</groupId>
    <artifactId>map3d</artifactId>
    <version>6.8.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.amap.api:map3d:6.8.0'

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

implementation("com.amap.api:map3d:6.8.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.amap.api" % "map3d" % "6.8.0"

Advertisement