a

android-sdk

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