is not current version
Last Version 1.4.0

ch.hsr:geohash 1.1.0

An implementation of Geohashes in pure Java.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

ch.hsr
ArtifactId

ArtifactId

geohash
Version

Version

1.1.0
Type

Type

jar

Download geohash 1.1.0


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