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