com.github.danlentz/clj-format

A Clojure DSL for cl-format inspired by Hiccup. No dependencies. Drop-in compatibility. The power of FORMAT made easy.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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