djwhitt/boot-utils

A set of common boot tasks for my projects.

Leiningen/Boot

[djwhitt/boot-utils "0.3.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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