License |
License |
---|---|
GroupId | GroupIdcom.amap.api |
ArtifactId | ArtifactId3dmap |
Last Version | Last Version9.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description3dmap
AMap is the best sdk of map in china.
|
Project URL |
Project URL |
Filename | Size |
---|---|
3dmap-9.3.0.pom | |
3dmap-9.3.0-sources.jar | 605 bytes |
3dmap-9.3.0-javadoc.jar | 605 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.amap.api/3dmap/ -->
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>3dmap</artifactId>
<version>9.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amap.api/3dmap/
implementation 'com.amap.api:3dmap:9.3.0'
// https://jarcasting.com/artifacts/com.amap.api/3dmap/
implementation ("com.amap.api:3dmap:9.3.0")
'com.amap.api:3dmap:jar:9.3.0'
<dependency org="com.amap.api" name="3dmap" rev="9.3.0">
<artifact name="3dmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amap.api', module='3dmap', version='9.3.0')
)
libraryDependencies += "com.amap.api" % "3dmap" % "9.3.0"
[com.amap.api/3dmap "9.3.0"]