GroupId | GroupIdxyz.gianlu.librespot |
---|---|
ArtifactId | ArtifactIdlibrespot-player |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
librespot-player-1.5.4.pom | |
librespot-player-1.5.4.jar | 9 MB |
librespot-player-1.5.4-sources.jar | 74 KB |
librespot-player-1.5.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-player/
implementation 'xyz.gianlu.librespot:librespot-player:1.5.4'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-player/
implementation ("xyz.gianlu.librespot:librespot-player:1.5.4")
'xyz.gianlu.librespot:librespot-player:jar:1.5.4'
<dependency org="xyz.gianlu.librespot" name="librespot-player" rev="1.5.4">
<artifact name="librespot-player" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-player', version='1.5.4')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-player" % "1.5.4"
[xyz.gianlu.librespot/librespot-player "1.5.4"]