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