expectations

testing framework

Leiningen/Boot

[expectations "2.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

expectations/expectations {:mvn/version "2.2.0-SNAPSHOT"}

Gradle

implementation("expectations:expectations:2.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>expectations</groupId>
  <artifactId>expectations</artifactId>
  <version>2.2.0-SNAPSHOT</version>
</dependency>