me.pmatiello/mockfn

A mocking library for Clojure.

Leiningen/Boot

[me.pmatiello/mockfn "0.8.1-SNAPSHOT"]

Clojure CLI/deps.edn

me.pmatiello/mockfn {:mvn/version "0.8.1-SNAPSHOT"}

Gradle

implementation("me.pmatiello:mockfn:0.8.1-SNAPSHOT")

Maven

<dependency>
  <groupId>me.pmatiello</groupId>
  <artifactId>mockfn</artifactId>
  <version>0.8.1-SNAPSHOT</version>
</dependency>