mpd-clj

a native clojure mpd client

Leiningen/Boot

[mpd-clj "0.1.4"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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