s

sfcurve-zorder_2.11

SFCurve is a space filling curve library for the JVM.
https://github.com/locationtech/sfcurve
Apache-2.0
org.locationtech.sfcurve
Jim Hughes Rob Emanuele
文件下载
文件名 操作
sfcurve-zorder_2.11-0.2.2.jar 下载
sfcurve-zorder_2.11-0.2.2.pom 下载
sfcurve-zorder_2.11-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.locationtech.sfcurve</groupId>
  <artifactId>sfcurve-zorder_2.11</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.locationtech.sfcurve:sfcurve-zorder_2.11:0.2.2'
Gradle Kotlin
implementation("org.locationtech.sfcurve:sfcurve-zorder_2.11:0.2.2")
Scala SBT
libraryDependencies += "org.locationtech.sfcurve" % "sfcurve-zorder_2.11" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.sfcurve', module='sfcurve-zorder_2.11', version='0.2.2')
)
Apache Ivy
<dependency org="org.locationtech.sfcurve" name="sfcurve-zorder_2.11" rev="0.2.2" />
Leiningen
[org.locationtech.sfcurve/sfcurve-zorder_2.11 "0.2.2"]
Apache Buildr
'org.locationtech.sfcurve:sfcurve-zorder_2.11:jar:0.2.2'