is not current version
Last Version 9.5.2

org.maplibre.gl:android-sdk 9.3.0

MapLibre Maps SDK for Android

GroupId

GroupId

org.maplibre.gl
ArtifactId

ArtifactId

android-sdk
Version

Version

9.3.0
Type

Type

aar

Download android-sdk 9.3.0


<!-- https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/ -->
<dependency>
    <groupId>org.maplibre.gl</groupId>
    <artifactId>android-sdk</artifactId>
    <version>9.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/
implementation 'org.maplibre.gl:android-sdk:9.3.0'
// https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/
implementation ("org.maplibre.gl:android-sdk:9.3.0")
'org.maplibre.gl:android-sdk:aar:9.3.0'
<dependency org="org.maplibre.gl" name="android-sdk" rev="9.3.0">
  <artifact name="android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.maplibre.gl', module='android-sdk', version='9.3.0')
)
libraryDependencies += "org.maplibre.gl" % "android-sdk" % "9.3.0"
[org.maplibre.gl/android-sdk "9.3.0"]