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