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