clj-growl

Send Growl notifications from Clojure.

Leiningen/Boot

[clj-growl "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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