herolabs/apns

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

Leiningen/Boot

[herolabs/apns "0.1.7"]

Clojure CLI/deps.edn

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

Gradle

implementation("herolabs:apns:0.1.7")

Maven

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