GroupId | GroupIdorg.maplibre.gl |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version9.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-sdk-9.4.0.pom | |
android-sdk-9.4.0.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.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/
implementation 'org.maplibre.gl:android-sdk:9.4.0'
// https://jarcasting.com/artifacts/org.maplibre.gl/android-sdk/
implementation ("org.maplibre.gl:android-sdk:9.4.0")
'org.maplibre.gl:android-sdk:aar:9.4.0'
<dependency org="org.maplibre.gl" name="android-sdk" rev="9.4.0">
<artifact name="android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.maplibre.gl', module='android-sdk', version='9.4.0')
)
libraryDependencies += "org.maplibre.gl" % "android-sdk" % "9.4.0"
[org.maplibre.gl/android-sdk "9.4.0"]