pushy-clj

A Clojure wrapper over Pushy for sending APNs push notifications.

Leiningen/Boot

[pushy-clj "0.4.0"]

Clojure CLI/deps.edn

pushy-clj/pushy-clj {:mvn/version "0.4.0"}

Gradle

implementation("pushy-clj:pushy-clj:0.4.0")

Maven

<dependency>
  <groupId>pushy-clj</groupId>
  <artifactId>pushy-clj</artifactId>
  <version>0.4.0</version>
</dependency>