Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdstyx-cli |
Version | Version2.0.62 |
Type | Typejar |
Filename | Size |
---|---|
styx-cli-2.0.62.pom | |
styx-cli-2.0.62.jar | 64 MB |
styx-cli-2.0.62-sources.jar | 20 KB |
styx-cli-2.0.62-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-cli/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-cli</artifactId>
<version>2.0.62</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-cli/
implementation 'com.spotify:styx-cli:2.0.62'
// https://jarcasting.com/artifacts/com.spotify/styx-cli/
implementation ("com.spotify:styx-cli:2.0.62")
'com.spotify:styx-cli:jar:2.0.62'
<dependency org="com.spotify" name="styx-cli" rev="2.0.62">
<artifact name="styx-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-cli', version='2.0.62')
)
libraryDependencies += "com.spotify" % "styx-cli" % "2.0.62"
[com.spotify/styx-cli "2.0.62"]