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