taipei.404/mate

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

Leiningen/Boot

[taipei.404/mate "0.0.3"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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