| License |
License |
|---|---|
| GroupId | GroupIdxyz.gianlu.librespot |
| ArtifactId | ArtifactIdlibrespot-sink-api |
| Last Version | Last Version1.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibrespot-java sink API
Java port of librespot, the Open Source Spotify client library
|
| Filename | Size |
|---|---|
| librespot-sink-api-1.6.2.pom | |
| librespot-sink-api-1.6.2.jar | 5 KB |
| librespot-sink-api-1.6.2-sources.jar | 5 KB |
| librespot-sink-api-1.6.2-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-sink-api/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-sink-api</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-sink-api/
implementation 'xyz.gianlu.librespot:librespot-sink-api:1.6.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-sink-api/
implementation ("xyz.gianlu.librespot:librespot-sink-api:1.6.2")
'xyz.gianlu.librespot:librespot-sink-api:jar:1.6.2'
<dependency org="xyz.gianlu.librespot" name="librespot-sink-api" rev="1.6.2">
<artifact name="librespot-sink-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-sink-api', version='1.6.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-sink-api" % "1.6.2"
[xyz.gianlu.librespot/librespot-sink-api "1.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 23.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |