pat-thomas/clj-utils

A collection of various utility functions that I've found helpful in doing Clojure development.

Leiningen/Boot

[pat-thomas/clj-utils "0.2.0"]

Clojure CLI/deps.edn

pat-thomas/clj-utils {:mvn/version "0.2.0"}

Gradle

implementation("pat-thomas:clj-utils:0.2.0")

Maven

<dependency>
  <groupId>pat-thomas</groupId>
  <artifactId>clj-utils</artifactId>
  <version>0.2.0</version>
</dependency>