is not current version
Last Version 7.1.0

com.inthebacklog:javampd 7.0.0

A Java API for controlling the Music Player Daemon (MPD)

GroupId

GroupId

com.inthebacklog
ArtifactId

ArtifactId

javampd
Version

Version

7.0.0
Type

Type

jar

Download javampd 7.0.0


<!-- https://jarcasting.com/artifacts/com.inthebacklog/javampd/ -->
<dependency>
    <groupId>com.inthebacklog</groupId>
    <artifactId>javampd</artifactId>
    <version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.inthebacklog/javampd/
implementation 'com.inthebacklog:javampd:7.0.0'
// https://jarcasting.com/artifacts/com.inthebacklog/javampd/
implementation ("com.inthebacklog:javampd:7.0.0")
'com.inthebacklog:javampd:jar:7.0.0'
<dependency org="com.inthebacklog" name="javampd" rev="7.0.0">
  <artifact name="javampd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.inthebacklog', module='javampd', version='7.0.0')
)
libraryDependencies += "com.inthebacklog" % "javampd" % "7.0.0"
[com.inthebacklog/javampd "7.0.0"]