Download rtree-0.8-RC10.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.8-RC10 in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

rtree-0.8-RC10-javadoc.jar
rtree-0.8-RC10-sources.jar
rtree-0.8-RC10.jar
rtree-0.8-RC10.pom



Related Tutorials