djwhitt/boot-utils

A set of common boot tasks for my projects.

Leiningen/Boot

[djwhitt/boot-utils "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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