herolabs/apns

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

Leiningen/Boot

[herolabs/apns "0.1.8"]

Clojure CLI/deps.edn

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

Gradle

implementation("herolabs:apns:0.1.8")

Maven

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