herolabs/apns

A simple lightweight library to use with the Apple push notification service.

Leiningen/Boot

[herolabs/apns "0.2.0"]

Clojure CLI/deps.edn

herolabs/apns {:mvn/version "0.2.0"}

Gradle

implementation("herolabs:apns:0.2.0")

Maven

<dependency>
  <groupId>herolabs</groupId>
  <artifactId>apns</artifactId>
  <version>0.2.0</version>
</dependency>