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