expectations

testing framework

Leiningen/Boot

[expectations "2.1.7"]

Clojure CLI/deps.edn

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

Gradle

implementation("expectations:expectations:2.1.7")

Maven

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