notice

Send notification to OS X User Notifications

Leiningen/Boot

[notice "0.1.0"]

Clojure CLI/deps.edn

notice/notice {:mvn/version "0.1.0"}

Gradle

implementation("notice:notice:0.1.0")

Maven

<dependency>
  <groupId>notice</groupId>
  <artifactId>notice</artifactId>
  <version>0.1.0</version>
</dependency>