org.timmc/handy

Common utilities to fill in the gaps

Leiningen/Boot

[org.timmc/handy "1.5.0"]

Clojure CLI/deps.edn

org.timmc/handy {:mvn/version "1.5.0"}

Gradle

implementation("org.timmc:handy:1.5.0")

Maven

<dependency>
  <groupId>org.timmc</groupId>
  <artifactId>handy</artifactId>
  <version>1.5.0</version>
</dependency>