facts/geolocation

Geolocation library for things like IP-to-city lookup.

Leiningen/Boot

[facts/geolocation "1.0.0"]

Clojure CLI/deps.edn

facts/geolocation {:mvn/version "1.0.0"}

Gradle

implementation("facts:geolocation:1.0.0")

Maven

<dependency>
  <groupId>facts</groupId>
  <artifactId>geolocation</artifactId>
  <version>1.0.0</version>
</dependency>