matches

Leiningen/Boot

[matches "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

matches/matches {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("matches:matches:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>matches</groupId>
  <artifactId>matches</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>