clj-format

Read and write data in various formats

Leiningen/Boot

[clj-format "0.1.0"]

Clojure CLI/deps.edn

clj-format/clj-format {:mvn/version "0.1.0"}

Gradle

implementation("clj-format:clj-format:0.1.0")

Maven

<dependency>
  <groupId>clj-format</groupId>
  <artifactId>clj-format</artifactId>
  <version>0.1.0</version>
</dependency>