net.willcohen/proj

This project provides a native (or transpiled) version of PROJ for both the JVM and JS ecosystems.

Leiningen/Boot

[net.willcohen/proj "0.1.0-alpha4"]

Clojure CLI/deps.edn

net.willcohen/proj {:mvn/version "0.1.0-alpha4"}

Gradle

implementation("net.willcohen:proj:0.1.0-alpha4")

Maven

<dependency>
  <groupId>net.willcohen</groupId>
  <artifactId>proj</artifactId>
  <version>0.1.0-alpha4</version>
</dependency>