cljx

Static Clojure code rewriting

Leiningen/Boot

[cljx "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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