is not current version
Last Version 0.10

com.github.davidmoten:rtree 0.8.3

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

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

rtree
Version

Version

0.8.3
Type

Type

jar

Download rtree 0.8.3


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