match

Optimized pattern matching and predicate dispatch for Clojure

Leiningen/Boot

[match "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

match/match {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("match:match:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>match</groupId>
  <artifactId>match</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>