com.github.pat-thomas/clj-utils

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

Leiningen/Boot

[com.github.pat-thomas/clj-utils "0.1.0"]

Clojure CLI/deps.edn

com.github.pat-thomas/clj-utils {:mvn/version "0.1.0"}

Gradle

implementation("com.github.pat-thomas:clj-utils:0.1.0")

Maven

<dependency>
  <groupId>com.github.pat-thomas</groupId>
  <artifactId>clj-utils</artifactId>
  <version>0.1.0</version>
</dependency>