is not current version
Last Version 6.1.0

com.amap.api:location 2.6.0

AMap is the best sdk of map in china.

GroupId

GroupId

com.amap.api
ArtifactId

ArtifactId

location
Version

Version

2.6.0
Type

Type

jar

Download location 2.6.0


<!-- https://jarcasting.com/artifacts/com.amap.api/location/ -->
<dependency>
    <groupId>com.amap.api</groupId>
    <artifactId>location</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amap.api/location/
implementation 'com.amap.api:location:2.6.0'
// https://jarcasting.com/artifacts/com.amap.api/location/
implementation ("com.amap.api:location:2.6.0")
'com.amap.api:location:jar:2.6.0'
<dependency org="com.amap.api" name="location" rev="2.6.0">
  <artifact name="location" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amap.api', module='location', version='2.6.0')
)
libraryDependencies += "com.amap.api" % "location" % "2.6.0"
[com.amap.api/location "2.6.0"]