clj-containment-matchers

Matchers for clojure collections. This library is created especially to ease the pain of matching nested data structures.

Leiningen/Boot

[clj-containment-matchers "0.9.3"]

Clojure CLI/deps.edn

clj-containment-matchers/clj-containment-matchers {:mvn/version "0.9.3"}

Gradle

implementation("clj-containment-matchers:clj-containment-matchers:0.9.3")

Maven

<dependency>
  <groupId>clj-containment-matchers</groupId>
  <artifactId>clj-containment-matchers</artifactId>
  <version>0.9.3</version>
</dependency>