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