topojson

TopoJSON for Clojure

Leiningen/Boot

[topojson "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

topojson/topojson {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("topojson:topojson:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>topojson</groupId>
  <artifactId>topojson</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>