a

android-plugin-scalebar-v9

MapLibre Android Scalebar Plugin
https://github.com/maplibre/maplibre-plugins-android
BSD
MapLibre
文件下载
文件名 操作
android-plugin-scalebar-v9-3.0.0.pom 下载
android-plugin-scalebar-v9-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.maplibre.gl</groupId>
  <artifactId>android-plugin-scalebar-v9</artifactId>
  <version>3.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.maplibre.gl:android-plugin-scalebar-v9:3.0.0'
Gradle Kotlin
implementation("org.maplibre.gl:android-plugin-scalebar-v9:3.0.0")
Scala SBT
libraryDependencies += "org.maplibre.gl" % "android-plugin-scalebar-v9" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.maplibre.gl', module='android-plugin-scalebar-v9', version='3.0.0')
)
Apache Ivy
<dependency org="org.maplibre.gl" name="android-plugin-scalebar-v9" rev="3.0.0" />
Leiningen
[org.maplibre.gl/android-plugin-scalebar-v9 "3.0.0"]
Apache Buildr
'org.maplibre.gl:android-plugin-scalebar-v9:jar:3.0.0'