djwhitt/boot-utils

A set of common boot tasks for my projects.

Leiningen/Boot

[djwhitt/boot-utils "0.4.2"]

Clojure CLI/deps.edn

djwhitt/boot-utils {:mvn/version "0.4.2"}

Gradle

implementation("djwhitt:boot-utils:0.4.2")

Maven

<dependency>
  <groupId>djwhitt</groupId>
  <artifactId>boot-utils</artifactId>
  <version>0.4.2</version>
</dependency>