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