g

geolib-routes

Android helper libraries for geolocation, places, markering and animating polyline.
https://github.com/utsmannn/geolib
Apache License
Muhammad Utsman
文件下载
文件名 操作
geolib-routes-2.5.6.pom 下载
geolib-routes-2.5.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.utsmannn</groupId>
  <artifactId>geolib-routes</artifactId>
  <version>2.5.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.utsmannn:geolib-routes:2.5.6'
Gradle Kotlin
implementation("io.github.utsmannn:geolib-routes:2.5.6")
Scala SBT
libraryDependencies += "io.github.utsmannn" % "geolib-routes" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.utsmannn', module='geolib-routes', version='2.5.6')
)
Apache Ivy
<dependency org="io.github.utsmannn" name="geolib-routes" rev="2.5.6" />
Leiningen
[io.github.utsmannn/geolib-routes "2.5.6"]
Apache Buildr
'io.github.utsmannn:geolib-routes:jar:2.5.6'