Download rtree-0.7.2.jar file - Jar r

Jar examples for r:rtree

Description

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

You can download jar file rtree 0.7.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rtree-0.7.2.jar to your project.

<dependency>
   <groupId>com.github.davidmoten</groupId>
   <artifactId>rtree</artifactId>
   <version>0.7.2</version>
</dependency>
compile group: 'com.github.davidmoten', name: 'rtree', version: '0.7.2'
libraryDependencies += "com.github.davidmoten" % "rtree" % "0.7.2"
<dependency org="com.github.davidmoten" name="rtree" rev="0.7.2"/>
@Grapes(@Grab(group='com.github.davidmoten', module='rtree', version='0.7.2'))
'com.github.davidmoten:rtree:jar:0.7.2'

Download

Click the following link to download the jar file.

rtree-0.7.2-javadoc.jar
rtree-0.7.2-sources.jar
rtree-0.7.2.jar
rtree-0.7.2.pom



Related Tutorials