License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdxyz.gianlu.librespot |
ArtifactId | ArtifactIdlibrespot-api-client |
Version | Version0.6.2 |
Type | Typejar |
Description |
Descriptionlibrespot-java api client
Java port of librespot, the Open Source Spotify client library
|
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api-client/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-api-client</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api-client/
implementation 'xyz.gianlu.librespot:librespot-api-client:0.6.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api-client/
implementation ("xyz.gianlu.librespot:librespot-api-client:0.6.2")
'xyz.gianlu.librespot:librespot-api-client:jar:0.6.2'
<dependency org="xyz.gianlu.librespot" name="librespot-api-client" rev="0.6.2">
<artifact name="librespot-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-api-client', version='0.6.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-api-client" % "0.6.2"
[xyz.gianlu.librespot/librespot-api-client "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
xyz.gianlu.librespot : librespot-common | jar | 0.6.2 |
org.openjfx : javafx-base | jar | 12-ea+8 |
org.openjfx : javafx-fxml | jar | 12-ea+8 |
org.openjfx : javafx-controls | jar | 12-ea+8 |
org.java-websocket : Java-WebSocket | jar | 1.4.0 |
org.jetbrains : annotations | jar | 17.0.0 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |