| License |
License |
|---|---|
| GroupId | GroupIdxyz.gianlu.librespot |
| ArtifactId | ArtifactIdlibrespot-lib |
| Last Version | Last Version1.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibrespot-java lib
Java port of librespot, the Open Source Spotify client library
|
| Filename | Size |
|---|---|
| librespot-lib-1.6.2.pom | |
| librespot-lib-1.6.2.jar | 2 MB |
| librespot-lib-1.6.2-sources.jar | 615 KB |
| librespot-lib-1.6.2-javadoc.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-lib/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-lib</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-lib/
implementation 'xyz.gianlu.librespot:librespot-lib:1.6.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-lib/
implementation ("xyz.gianlu.librespot:librespot-lib:1.6.2")
'xyz.gianlu.librespot:librespot-lib:jar:1.6.2'
<dependency org="xyz.gianlu.librespot" name="librespot-lib" rev="1.6.2">
<artifact name="librespot-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-lib', version='1.6.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-lib" % "1.6.2"
[xyz.gianlu.librespot/librespot-lib "1.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| xyz.gianlu.librespot : librespot-decoder-api | jar | 1.6.2 |
| org.jcraft : jorbis | jar | 0.0.17 |
| com.badlogicgames.jlayer : jlayer | jar | 1.0.2-gdx |
| com.google.protobuf : protobuf-java | jar | 3.19.1 |
| com.google.code.gson : gson | jar | 2.8.9 |
| xyz.gianlu.zeroconf : zeroconf | jar | 1.3.2 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| commons-net : commons-net | jar | 3.8.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.jetbrains : annotations | jar | 23.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |