com.fooheads/build-clj

Leiningen/Boot

[com.fooheads/build-clj "1.2.0"]

Clojure CLI/deps.edn

com.fooheads/build-clj {:mvn/version "1.2.0"}

Gradle

implementation("com.fooheads:build-clj:1.2.0")

Maven

<dependency>
  <groupId>com.fooheads</groupId>
  <artifactId>build-clj</artifactId>
  <version>1.2.0</version>
</dependency>