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