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