GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdstyx-api-service |
Version | Version1.0.86 |
Type | Typejar |
Filename | Size |
---|---|
styx-api-service-1.0.86.pom | |
styx-api-service-1.0.86.jar | 30 KB |
styx-api-service-1.0.86-sources.jar | 15 KB |
styx-api-service-1.0.86-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-api-service/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-api-service</artifactId>
<version>1.0.86</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-api-service/
implementation 'com.spotify:styx-api-service:1.0.86'
// https://jarcasting.com/artifacts/com.spotify/styx-api-service/
implementation ("com.spotify:styx-api-service:1.0.86")
'com.spotify:styx-api-service:jar:1.0.86'
<dependency org="com.spotify" name="styx-api-service" rev="1.0.86">
<artifact name="styx-api-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-api-service', version='1.0.86')
)
libraryDependencies += "com.spotify" % "styx-api-service" % "1.0.86"
[com.spotify/styx-api-service "1.0.86"]