is not current version
Last Version 1.6.2

xyz.gianlu.librespot:librespot-java 0.1.2

Java port of librespot, the Open Source Spotify client library

Categories

Categories

Java Languages
GroupId

GroupId

xyz.gianlu.librespot
ArtifactId

ArtifactId

librespot-java
Version

Version

0.1.2
Type

Type

pom

Download librespot-java 0.1.2

Filename Size
librespot-java-0.1.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/ -->
<dependency>
    <groupId>xyz.gianlu.librespot</groupId>
    <artifactId>librespot-java</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/
implementation 'xyz.gianlu.librespot:librespot-java:0.1.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/
implementation ("xyz.gianlu.librespot:librespot-java:0.1.2")
'xyz.gianlu.librespot:librespot-java:pom:0.1.2'
<dependency org="xyz.gianlu.librespot" name="librespot-java" rev="0.1.2">
  <artifact name="librespot-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-java', version='0.1.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-java" % "0.1.2"
[xyz.gianlu.librespot/librespot-java "0.1.2"]