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