taipei.404/mate

Useful functions, some of which I wish were in the Clojure standard library.

Leiningen/Boot

[taipei.404/mate "0.0.9"]

Clojure CLI/deps.edn

taipei.404/mate {:mvn/version "0.0.9"}

Gradle

implementation("taipei.404:mate:0.0.9")

Maven

<dependency>
  <groupId>taipei.404</groupId>
  <artifactId>mate</artifactId>
  <version>0.0.9</version>
</dependency>