dgellow/utils

Some personal helpers

Leiningen/Boot

[dgellow/utils "0.1.0"]

Clojure CLI/deps.edn

dgellow/utils {:mvn/version "0.1.0"}

Gradle

implementation("dgellow:utils:0.1.0")

Maven

<dependency>
  <groupId>dgellow</groupId>
  <artifactId>utils</artifactId>
  <version>0.1.0</version>
</dependency>