r

rtree

Java implementation of an immutable in-memory R-Tree for spatial indexing
http://github.com/davidmoten/rtree
The Apache Software License, Version 2.0
Dave Moten
Files download
File Operation
rtree-0.12.jar download
rtree-0.12.pom download
rtree-0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>rtree</artifactId>
  <version>0.12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:rtree:0.12'
Gradle Kotlin
implementation("com.github.davidmoten:rtree:0.12")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "rtree" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='rtree', version='0.12')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="rtree" rev="0.12" />
Leiningen
[com.github.davidmoten/rtree "0.12"]
Apache Buildr
'com.github.davidmoten:rtree:jar:0.12'