Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdxyz.gianlu.librespot |
ArtifactId | ArtifactIdinteractive-cli |
Version | Version0.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.gianlu.librespot/interactive-cli/ -->
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>interactive-cli</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/interactive-cli/
implementation 'xyz.gianlu.librespot:interactive-cli:0.5.2'
// https://jarcasting.com/artifacts/xyz.gianlu.librespot/interactive-cli/
implementation ("xyz.gianlu.librespot:interactive-cli:0.5.2")
'xyz.gianlu.librespot:interactive-cli:jar:0.5.2'
<dependency org="xyz.gianlu.librespot" name="interactive-cli" rev="0.5.2">
<artifact name="interactive-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gianlu.librespot', module='interactive-cli', version='0.5.2')
)
libraryDependencies += "xyz.gianlu.librespot" % "interactive-cli" % "0.5.2"
[xyz.gianlu.librespot/interactive-cli "0.5.2"]