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