License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdxyz.gianlu.librespot |
ArtifactId | ArtifactIdlibrespot-java |
Version | Version1.6.2 |
Type | Typepom |
Description |
Descriptionlibrespot-java
Java port of librespot, the Open Source Spotify client library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
librespot-java-1.6.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<version>1.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/
implementation 'xyz.gianlu.librespot:librespot-java:1.6.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/
implementation ("xyz.gianlu.librespot:librespot-java:1.6.2")
'xyz.gianlu.librespot:librespot-java:pom:1.6.2'
<dependency org="xyz.gianlu.librespot" name="librespot-java" rev="1.6.2">
<artifact name="librespot-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-java', version='1.6.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-java" % "1.6.2"
[xyz.gianlu.librespot/librespot-java "1.6.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |