GroupId | GroupIdxyz.gianlu.librespot |
---|---|
ArtifactId | ArtifactIdlibrespot-api |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
librespot-api-0.5.2.pom | |
librespot-api-0.5.2.jar | 35 KB |
librespot-api-0.5.2-sources.jar | 13 KB |
librespot-api-0.5.2-javadoc.jar | 122 KB |
librespot-api-0.5.2-jar-with-dependencies.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-api</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api/
implementation 'xyz.gianlu.librespot:librespot-api:0.5.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api/
implementation ("xyz.gianlu.librespot:librespot-api:0.5.2")
'xyz.gianlu.librespot:librespot-api:jar:0.5.2'
<dependency org="xyz.gianlu.librespot" name="librespot-api" rev="0.5.2">
<artifact name="librespot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-api', version='0.5.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-api" % "0.5.2"
[xyz.gianlu.librespot/librespot-api "0.5.2"]