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