GroupId | GroupIdxyz.gianlu.librespot |
---|---|
ArtifactId | ArtifactIdlibrespot-player |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
librespot-player-1.5.5.pom | |
librespot-player-1.5.5.jar | 9 MB |
librespot-player-1.5.5-sources.jar | 74 KB |
librespot-player-1.5.5-javadoc.jar | 358 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-player/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-player</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-player/
implementation 'xyz.gianlu.librespot:librespot-player:1.5.5'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-player/
implementation ("xyz.gianlu.librespot:librespot-player:1.5.5")
'xyz.gianlu.librespot:librespot-player:jar:1.5.5'
<dependency org="xyz.gianlu.librespot" name="librespot-player" rev="1.5.5">
<artifact name="librespot-player" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-player', version='1.5.5')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-player" % "1.5.5"
[xyz.gianlu.librespot/librespot-player "1.5.5"]