a

android-sdk

MapLibre Maps SDK for Android
https://github.com/maplibre/maplibre-gl-native
BSD
MapLibre
文件下载
文件名 操作
android-sdk-10.0.1.pom 下载
android-sdk-10.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.maplibre.gl</groupId>
  <artifactId>android-sdk</artifactId>
  <version>10.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.maplibre.gl:android-sdk:10.0.1'
Gradle Kotlin
implementation("org.maplibre.gl:android-sdk:10.0.1")
Scala SBT
libraryDependencies += "org.maplibre.gl" % "android-sdk" % "10.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.maplibre.gl', module='android-sdk', version='10.0.1')
)
Apache Ivy
<dependency org="org.maplibre.gl" name="android-sdk" rev="10.0.1" />
Leiningen
[org.maplibre.gl/android-sdk "10.0.1"]
Apache Buildr
'org.maplibre.gl:android-sdk:jar:10.0.1'