com.evanjbowling/utils

Personal collection of clojure utilities.

Leiningen/Boot

[com.evanjbowling/utils "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.evanjbowling/utils {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.evanjbowling:utils:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.evanjbowling</groupId>
  <artifactId>utils</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>