k

kdtree

A kd-tree fork of http://home.wlu.edu/~levys/software/kd/
http://github.com/harium/kdtree
GNU Lesser General Public License
Yuri Pourre
Files download
File Operation
kdtree-1.0.0.jar download
kdtree-1.0.0.pom download
kdtree-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.harium</groupId>
  <artifactId>kdtree</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.harium:kdtree:1.0.0'
Gradle Kotlin
implementation("com.harium:kdtree:1.0.0")
Scala SBT
libraryDependencies += "com.harium" % "kdtree" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.harium', module='kdtree', version='1.0.0')
)
Apache Ivy
<dependency org="com.harium" name="kdtree" rev="1.0.0" />
Leiningen
[com.harium/kdtree "1.0.0"]
Apache Buildr
'com.harium:kdtree:jar:1.0.0'
Dependencies