JavaMPD
Maven | Unit | Coverage |
---|---|---|
Java API for controlling the Music Player Daemon (MPD)
###Version 6 is a massive refactoring
Documentation can be found here
License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thejavashop |
ArtifactId | ArtifactIdjavampd |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaMPD
A Java API for controlling the Music Player Daemon (MPD)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javampd-6.0.0.pom | |
javampd-6.0.0.jar | 131 KB |
javampd-6.0.0-sources.jar | 80 KB |
javampd-6.0.0-javadoc.jar | 637 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thejavashop/javampd/ -->
<dependency>
<groupId>net.thejavashop</groupId>
<artifactId>javampd</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thejavashop/javampd/
implementation 'net.thejavashop:javampd:6.0.0'
// https://jarcasting.com/artifacts/net.thejavashop/javampd/
implementation ("net.thejavashop:javampd:6.0.0")
'net.thejavashop:javampd:jar:6.0.0'
<dependency org="net.thejavashop" name="javampd" rev="6.0.0">
<artifact name="javampd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thejavashop', module='javampd', version='6.0.0')
)
libraryDependencies += "net.thejavashop" % "javampd" % "6.0.0"
[net.thejavashop/javampd "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.inject : guice | jar | 4.1.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.awaitility : awaitility | jar | 3.0.0 |
org.mockito : mockito-all | jar | 1.10.19 |
Maven | Unit | Coverage |
---|---|---|
Java API for controlling the Music Player Daemon (MPD)
###Version 6 is a massive refactoring
Documentation can be found here