cljts

Clojure wrapper of JTS, implements the Simple Feature Spec of Open Geospatial Consortium (OGC).

Leiningen/Boot

[cljts "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("cljts:cljts:0.1.0")

Maven

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