com.bytebutt/geohash-clj

Library for encoding and decoding geohashes (http://www.geohash.org)

Leiningen/Boot

[com.bytebutt/geohash-clj "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.bytebutt/geohash-clj {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("com.bytebutt:geohash-clj:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.bytebutt</groupId>
  <artifactId>geohash-clj</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>