Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdxyz.gianlu.librespot |
ArtifactId | ArtifactIdlibrespot-api-client |
Version | Version0.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api-client/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-api-client</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api-client/
implementation 'xyz.gianlu.librespot:librespot-api-client:0.5.1'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-api-client/
implementation ("xyz.gianlu.librespot:librespot-api-client:0.5.1")
'xyz.gianlu.librespot:librespot-api-client:jar:0.5.1'
<dependency org="xyz.gianlu.librespot" name="librespot-api-client" rev="0.5.1">
<artifact name="librespot-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-api-client', version='0.5.1')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-api-client" % "0.5.1"
[xyz.gianlu.librespot/librespot-api-client "0.5.1"]