clj-containment-matchers

Matchers for clojure collections. This library is created to ease the pain of matching nested data structures in production code and tests.

Leiningen/Boot

[clj-containment-matchers "1.0.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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