com.github.danlentz/clj-format

An extensible Clojure DSL for cl-format, inspired by Hiccup. Drop-in compatibility. The power of FORMAT made easy.

Leiningen/Boot

[com.github.danlentz/clj-format "0.1.2"]

Clojure CLI/deps.edn

com.github.danlentz/clj-format {:mvn/version "0.1.2"}

Gradle

implementation("com.github.danlentz:clj-format:0.1.2")

Maven

<dependency>
  <groupId>com.github.danlentz</groupId>
  <artifactId>clj-format</artifactId>
  <version>0.1.2</version>
</dependency>