pushy-clj

A Clojure wrapper over Pushy for sending APNs push notifications.

Leiningen/Boot

[pushy-clj "0.4.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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