a

android-sdk

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