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