Download spatial4j-0.3.jar file - Jar s

Jar examples for s:spatial4j

Description

Spatial4j is a general purpose spatial / geospatial ASL licensed open-source Java library. It's core capabilities are 3-fold: to provide common geospatially-aware shapes, to provide distance calculations and other math, and to read shape formats like WKT and GeoJSON.

You can download jar file spatial4j 0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spatial4j-0.3.jar to your project.

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

Download

Click the following link to download the jar file.

spatial4j-0.3-javadoc.jar
spatial4j-0.3-sources.jar
spatial4j-0.3.jar
spatial4j-0.3.pom



Related Tutorials