License |
License |
---|---|
GroupId | GroupIdxyz.gianlu.librespot |
ArtifactId | ArtifactIdlibrespot-dacp |
Version | Version1.6.0 |
Type | Typejar |
Description |
Descriptionlibrespot-java DACP interface
Java port of librespot, the Open Source Spotify client library
|
Filename | Size |
---|---|
librespot-dacp-1.6.0.pom | |
librespot-dacp-1.6.0.jar | 4 KB |
librespot-dacp-1.6.0-sources.jar | 3 KB |
librespot-dacp-1.6.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-dacp/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-dacp</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-dacp/
implementation 'xyz.gianlu.librespot:librespot-dacp:1.6.0'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-dacp/
implementation ("xyz.gianlu.librespot:librespot-dacp:1.6.0")
'xyz.gianlu.librespot:librespot-dacp:jar:1.6.0'
<dependency org="xyz.gianlu.librespot" name="librespot-dacp" rev="1.6.0">
<artifact name="librespot-dacp" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-dacp', version='1.6.0')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-dacp" % "1.6.0"
[xyz.gianlu.librespot/librespot-dacp "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
xyz.gianlu.librespot : librespot-lib | jar | 1.6.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.jetbrains : annotations | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |