Files download
File Operation
android-sdk-turf-5.9.1.jar download
android-sdk-turf-5.9.1.pom download
android-sdk-turf-5.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.maplibre.gl</groupId>
  <artifactId>android-sdk-turf</artifactId>
  <version>5.9.1</version>
</dependency>
Gradle Groovy
implementation 'org.maplibre.gl:android-sdk-turf:5.9.1'
Gradle Kotlin
implementation("org.maplibre.gl:android-sdk-turf:5.9.1")
Scala SBT
libraryDependencies += "org.maplibre.gl" % "android-sdk-turf" % "5.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.maplibre.gl', module='android-sdk-turf', version='5.9.1')
)
Apache Ivy
<dependency org="org.maplibre.gl" name="android-sdk-turf" rev="5.9.1" />
Leiningen
[org.maplibre.gl/android-sdk-turf "5.9.1"]
Apache Buildr
'org.maplibre.gl:android-sdk-turf:jar:5.9.1'