Jar examples for r:rtree
Java implementation of an immutable in-memory R-Tree for spatial indexing
You can download jar file rtree 0.7.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add rtree-0.7.6.jar to your project.
<dependency> <groupId>com.github.davidmoten</groupId> <artifactId>rtree</artifactId> <version>0.7.6</version> </dependency>
compile group: 'com.github.davidmoten', name: 'rtree', version: '0.7.6'
libraryDependencies += "com.github.davidmoten" % "rtree" % "0.7.6"
<dependency org="com.github.davidmoten" name="rtree" rev="0.7.6"/>
@Grapes(@Grab(group='com.github.davidmoten', module='rtree', version='0.7.6'))
'com.github.davidmoten:rtree:jar:0.7.6'
Click the following link to download the jar file.
rtree-0.7.6-javadoc.jar