haversine

Find the great circle distance between two points of lat/log on a sphere (approximately Earth)

Leiningen/Boot

[haversine "0.1.0"]

Clojure CLI/deps.edn

haversine/haversine {:mvn/version "0.1.0"}

Gradle

implementation("haversine:haversine:0.1.0")

Maven

<dependency>
  <groupId>haversine</groupId>
  <artifactId>haversine</artifactId>
  <version>0.1.0</version>
</dependency>