wishful

A small stubbing and spying library

Leiningen/Boot

[wishful "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

wishful/wishful {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("wishful:wishful:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>wishful</groupId>
  <artifactId>wishful</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>