geohash-java

An implementation of Geohashes in pure Java.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

ch.hsr
ArtifactId

ArtifactId

geohash
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

geohash-java
An implementation of Geohashes in pure Java.
Project URL

Project URL

https://github.com/kungfoo/geohash-java

Download geohash

How to add to project

<!-- https://jarcasting.com/artifacts/ch.hsr/geohash/ -->
<dependency>
    <groupId>ch.hsr</groupId>
    <artifactId>geohash</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.hsr/geohash/
implementation 'ch.hsr:geohash:1.4.0'
// https://jarcasting.com/artifacts/ch.hsr/geohash/
implementation ("ch.hsr:geohash:1.4.0")
'ch.hsr:geohash:jar:1.4.0'
<dependency org="ch.hsr" name="geohash" rev="1.4.0">
  <artifact name="geohash" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.hsr', module='geohash', version='1.4.0')
)
libraryDependencies += "ch.hsr" % "geohash" % "1.4.0"
[ch.hsr/geohash "1.4.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.0
1.0.13
1.0.12
1.0.10