License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdxyz.gianlu.librespot |
ArtifactId | ArtifactIdinteractive-cli |
Version | Version0.6.2 |
Type | Typejar |
Description |
Descriptionlibrespot-java interactive CLI
Java port of librespot, the Open Source Spotify client library
|
Filename | Size |
---|---|
interactive-cli-0.6.2.pom | |
interactive-cli-0.6.2.jar | 13 KB |
interactive-cli-0.6.2-sources.jar | 6 KB |
interactive-cli-0.6.2-javadoc.jar | 397 KB |
interactive-cli-0.6.2-jar-with-dependencies.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/interactive-cli/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>interactive-cli</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/interactive-cli/
implementation 'xyz.gianlu.librespot:interactive-cli:0.6.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/interactive-cli/
implementation ("xyz.gianlu.librespot:interactive-cli:0.6.2")
'xyz.gianlu.librespot:interactive-cli:jar:0.6.2'
<dependency org="xyz.gianlu.librespot" name="interactive-cli" rev="0.6.2">
<artifact name="interactive-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='interactive-cli', version='0.6.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "interactive-cli" % "0.6.2"
[xyz.gianlu.librespot/interactive-cli "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
xyz.gianlu.librespot : librespot-core | jar | 0.6.2 |
com.googlecode.lanterna : lanterna | jar | 3.0.1 |
org.jetbrains : annotations | jar | 17.0.0 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |