cljts

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

Leiningen/Boot

[cljts "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("cljts:cljts:0.1.0-SNAPSHOT")

Maven

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