| GroupId | GroupIdcom.amap.api |
|---|---|
| ArtifactId | ArtifactIdlocation |
| Version | Version4.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| location-4.5.1.pom | |
| location-4.5.1.jar | 354 KB |
| location-4.5.1-sources.jar | 554 bytes |
| location-4.5.1-javadoc.jar | 554 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.amap.api/location/ -->
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>location</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.amap.api/location/
implementation 'com.amap.api:location:4.5.1'
// https://jarcasting.com/artifacts/com.amap.api/location/
implementation ("com.amap.api:location:4.5.1")
'com.amap.api:location:jar:4.5.1'
<dependency org="com.amap.api" name="location" rev="4.5.1">
<artifact name="location" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amap.api', module='location', version='4.5.1')
)
libraryDependencies += "com.amap.api" % "location" % "4.5.1"
[com.amap.api/location "4.5.1"]