mpd-clj

a native clojure mpd client

Leiningen/Boot

[mpd-clj "0.2.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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