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-alpha1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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