lein-play

Play a sound when your tests pass or fail.

Leiningen/Boot

[lein-play "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

lein-play/lein-play {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("lein-play:lein-play:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lein-play</groupId>
  <artifactId>lein-play</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>