clj-spy

Spy - a Clojure and ClojureScript library for stubs, spies and mocks

Leiningen/Boot

[clj-spy "0.10.0"]

Clojure CLI/deps.edn

clj-spy/clj-spy {:mvn/version "0.10.0"}

Gradle

implementation("clj-spy:clj-spy:0.10.0")

Maven

<dependency>
  <groupId>clj-spy</groupId>
  <artifactId>clj-spy</artifactId>
  <version>0.10.0</version>
</dependency>