hoplon/notify

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

Leiningen/Boot

[hoplon/notify "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("hoplon:notify:0.2.0")

Maven

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