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
文件下载
文件名 操作
rtree-0.9.jar 下载
rtree-0.9.pom 下载
rtree-0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>rtree</artifactId>
  <version>0.9</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:rtree:0.9'
Gradle Kotlin
implementation("com.github.davidmoten:rtree:0.9")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "rtree" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='rtree', version='0.9')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="rtree" rev="0.9" />
Leiningen
[com.github.davidmoten/rtree "0.9"]
Apache Buildr
'com.github.davidmoten:rtree:jar:0.9'