yap

Yet Another Pattern-Matcher

Leiningen/Boot

[yap "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

yap/yap {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("yap:yap:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>yap</groupId>
  <artifactId>yap</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>