expectations

testing framework

Leiningen/Boot

[expectations "1.3.8"]

Clojure CLI/deps.edn

expectations/expectations {:mvn/version "1.3.8"}

Gradle

implementation("expectations:expectations:1.3.8")

Maven

<dependency>
  <groupId>expectations</groupId>
  <artifactId>expectations</artifactId>
  <version>1.3.8</version>
</dependency>