herolabs/apns

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

Leiningen/Boot

[herolabs/apns "0.5.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("herolabs:apns:0.5.1")

Maven

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