geoscript

Clojure version of the geoscript project

Leiningen/Boot

[geoscript "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

geoscript/geoscript {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("geoscript:geoscript:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>geoscript</groupId>
  <artifactId>geoscript</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>