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