cats.match

cats.match provides pattern matching for the monads in the clojure cats library.

Leiningen/Boot

[cats.match "1.0.0"]

Clojure CLI/deps.edn

cats.match/cats.match {:mvn/version "1.0.0"}

Gradle

implementation("cats.match:cats.match:1.0.0")

Maven

<dependency>
  <groupId>cats.match</groupId>
  <artifactId>cats.match</artifactId>
  <version>1.0.0</version>
</dependency>