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