rewrite-clj

A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.

Leiningen/Boot

[rewrite-clj "1.0.682-alpha"]

Clojure CLI/deps.edn

rewrite-clj/rewrite-clj {:mvn/version "1.0.682-alpha"}

Gradle

implementation("rewrite-clj:rewrite-clj:1.0.682-alpha")

Maven

<dependency>
  <groupId>rewrite-clj</groupId>
  <artifactId>rewrite-clj</artifactId>
  <version>1.0.682-alpha</version>
</dependency>