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