clj-match

A port of Andrew Wright's pattern match library for Clojure.

Leiningen/Boot

[clj-match "0.0.5-SNAPSHOT"]

Clojure CLI/deps.edn

clj-match/clj-match {:mvn/version "0.0.5-SNAPSHOT"}

Gradle

implementation("clj-match:clj-match:0.0.5-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-match</groupId>
  <artifactId>clj-match</artifactId>
  <version>0.0.5-SNAPSHOT</version>
</dependency>