mpd-clj

a native clojure mpd client

Leiningen/Boot

[mpd-clj "0.1.1"]

Clojure CLI/deps.edn

mpd-clj/mpd-clj {:mvn/version "0.1.1"}

Gradle

implementation("mpd-clj:mpd-clj:0.1.1")

Maven

<dependency>
  <groupId>mpd-clj</groupId>
  <artifactId>mpd-clj</artifactId>
  <version>0.1.1</version>
</dependency>