miscellany

A motley assortment of Clojure bits and pieces

Leiningen/Boot

[miscellany "0.0.4"]

Clojure CLI/deps.edn

miscellany/miscellany {:mvn/version "0.0.4"}

Gradle

implementation("miscellany:miscellany:0.0.4")

Maven

<dependency>
  <groupId>miscellany</groupId>
  <artifactId>miscellany</artifactId>
  <version>0.0.4</version>
</dependency>