is not current version
Last Version 0.10

com.github.davidmoten:rtree 0.8-RC9

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

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

rtree
Version

Version

0.8-RC9
Type

Type

jar

Download rtree 0.8-RC9


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