hoplon/notify

Passes notifications via castra to a hoplon client. Uses polling.

Leiningen/Boot

[hoplon/notify "0.0.1"]

Clojure CLI/deps.edn

hoplon/notify {:mvn/version "0.0.1"}

Gradle

implementation("hoplon:notify:0.0.1")

Maven

<dependency>
  <groupId>hoplon</groupId>
  <artifactId>notify</artifactId>
  <version>0.0.1</version>
</dependency>