is not current version
Last Version 0.10

com.github.davidmoten:rtree 0.7.2

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

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

rtree
Version

Version

0.7.2
Type

Type

jar

Download rtree 0.7.2


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