fun-utils

Clojure utility functions that come up time and again while developing clojure software

Leiningen/Boot

[fun-utils "0.6.0"]

Clojure CLI/deps.edn

fun-utils/fun-utils {:mvn/version "0.6.0"}

Gradle

implementation("fun-utils:fun-utils:0.6.0")

Maven

<dependency>
  <groupId>fun-utils</groupId>
  <artifactId>fun-utils</artifactId>
  <version>0.6.0</version>
</dependency>