com.fooheads/build-clj

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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