org.timmc/geohash

Clojure library for computing geohashes

Leiningen/Boot

[org.timmc/geohash "1.0.0"]

Clojure CLI/deps.edn

org.timmc/geohash {:mvn/version "1.0.0"}

Gradle

implementation("org.timmc:geohash:1.0.0")

Maven

<dependency>
  <groupId>org.timmc</groupId>
  <artifactId>geohash</artifactId>
  <version>1.0.0</version>
</dependency>