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