rtree2

Java implementation of an immutable in-memory R-Tree for spatial indexing

License

License

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

rtree2
Last Version

Last Version

0.9.3
Release Date

Release Date

Type

Type

jar
Description

Description

rtree2
Java implementation of an immutable in-memory R-Tree for spatial indexing
Project URL

Project URL

http://github.com/davidmoten/rtree2

Download rtree2

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.davidmoten/rtree2/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>rtree2</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/rtree2/
implementation 'com.github.davidmoten:rtree2:0.9.3'
// https://jarcasting.com/artifacts/com.github.davidmoten/rtree2/
implementation ("com.github.davidmoten:rtree2:0.9.3")
'com.github.davidmoten:rtree2:jar:0.9.3'
<dependency org="com.github.davidmoten" name="rtree2" rev="0.9.3">
  <artifact name="rtree2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='rtree2', version='0.9.3')
)
libraryDependencies += "com.github.davidmoten" % "rtree2" % "0.9.3"
[com.github.davidmoten/rtree2 "0.9.3"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.davidmoten : guava-mini jar 0.1.4
javax.annotation : javax.annotation-api Optional jar 1.3.2

test (8)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.github.davidmoten : grumpy-core jar 0.4.5
org.openjdk.jmh : jmh-core jar 1.35
org.openjdk.jmh : jmh-generator-annprocess jar 1.35
org.mockito : mockito-core jar 4.5.1
com.github.davidmoten : junit-extras jar 0.4
com.github.davidmoten : kool jar 0.1.20
io.reactivex : rxjava jar 1.3.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.3
0.9.1
0.9-RC1