is not current version
Last Version 9.5.2

org.maplibre.gl:android-sdk 9.4.1

MapLibre Maps SDK for Android

GroupId

GroupId

org.maplibre.gl
ArtifactId

ArtifactId

android-sdk
Version

Version

9.4.1
Type

Type

aar

Download android-sdk 9.4.1


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