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