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-pre0.pom download
android-sdk-11.0.0-pre0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.maplibre.gl</groupId>
  <artifactId>android-sdk</artifactId>
  <version>11.0.0-pre0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.maplibre.gl:android-sdk:11.0.0-pre0'
Gradle Kotlin
implementation("org.maplibre.gl:android-sdk:11.0.0-pre0")
Scala SBT
libraryDependencies += "org.maplibre.gl" % "android-sdk" % "11.0.0-pre0"
Groovy Grape
@Grapes(
  @Grab(group='org.maplibre.gl', module='android-sdk', version='11.0.0-pre0')
)
Apache Ivy
<dependency org="org.maplibre.gl" name="android-sdk" rev="11.0.0-pre0" />
Leiningen
[org.maplibre.gl/android-sdk "11.0.0-pre0"]
Apache Buildr
'org.maplibre.gl:android-sdk:jar:11.0.0-pre0'