clj-growl

Send Growl notifications from Clojure.

Leiningen/Boot

[clj-growl "0.2.1"]

Clojure CLI/deps.edn

clj-growl/clj-growl {:mvn/version "0.2.1"}

Gradle

implementation("clj-growl:clj-growl:0.2.1")

Maven

<dependency>
  <groupId>clj-growl</groupId>
  <artifactId>clj-growl</artifactId>
  <version>0.2.1</version>
</dependency>