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