notifier

Let's do desktop notifications in an easy way

Leiningen/Boot

[notifier "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

notifier/notifier {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("notifier:notifier:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>notifier</groupId>
  <artifactId>notifier</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>