is not current version
Last Version 1.6.2

xyz.gianlu.librespot:librespot-java 0.1.3

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.3
Type

Type

pom

Download librespot-java 0.1.3

Filename Size
librespot-java-0.1.3.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.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/
implementation 'xyz.gianlu.librespot:librespot-java:0.1.3'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/librespot-java/
implementation ("xyz.gianlu.librespot:librespot-java:0.1.3")
'xyz.gianlu.librespot:librespot-java:pom:0.1.3'
<dependency org="xyz.gianlu.librespot" name="librespot-java" rev="0.1.3">
  <artifact name="librespot-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='librespot-java', version='0.1.3')
)
libraryDependencies += "xyz.gianlu.librespot" % "librespot-java" % "0.1.3"
[xyz.gianlu.librespot/librespot-java "0.1.3"]