Download geohash-1.3.0.jar file - Jar g

Jar examples for g:geohash

Description

An implementation of Geohashes in pure Java.

You can download jar file geohash 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geohash-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

geohash-1.3.0-javadoc.jar
geohash-1.3.0-sources.jar
geohash-1.3.0.jar
geohash-1.3.0.pom



Related Tutorials