GroupId | GroupIdorg.maplibre.gl |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version9.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
android-sdk-9.2.1.pom | |
android-sdk-9.2.1.aar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/ -->
<dependency>
<groupId>org.maplibre.gl</groupId>
<artifactId>android-sdk</artifactId>
<version>9.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/
implementation 'org.maplibre.gl:android-sdk:9.2.1'
// https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/
implementation ("org.maplibre.gl:android-sdk:9.2.1")
'org.maplibre.gl:android-sdk:aar:9.2.1'
<dependency org="org.maplibre.gl" name="android-sdk" rev="9.2.1">
<artifact name="android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.maplibre.gl', module='android-sdk', version='9.2.1')
)
libraryDependencies += "org.maplibre.gl" % "android-sdk" % "9.2.1"
[org.maplibre.gl/android-sdk "9.2.1"]