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