zombie

Clojure test data specifications that won't make you want to punch a window.

Leiningen/Boot

[zombie "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

zombie/zombie {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("zombie:zombie:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>zombie</groupId>
  <artifactId>zombie</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>