net.clojars.bru/plist-clj

Apple Property List encoding/decoding library for Clojure(Script)

Leiningen/Boot

[net.clojars.bru/plist-clj "0.1.0"]

Clojure CLI/deps.edn

net.clojars.bru/plist-clj {:mvn/version "0.1.0"}

Gradle

implementation("net.clojars.bru:plist-clj:0.1.0")

Maven

<dependency>
  <groupId>net.clojars.bru</groupId>
  <artifactId>plist-clj</artifactId>
  <version>0.1.0</version>
</dependency>