GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdstyx-standalone-service |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-standalone-service/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-standalone-service</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-standalone-service/
implementation 'com.spotify:styx-standalone-service:1.0.6'
// https://jarcasting.com/artifacts/com.spotify/styx-standalone-service/
implementation ("com.spotify:styx-standalone-service:1.0.6")
'com.spotify:styx-standalone-service:jar:1.0.6'
<dependency org="com.spotify" name="styx-standalone-service" rev="1.0.6">
<artifact name="styx-standalone-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-standalone-service', version='1.0.6')
)
libraryDependencies += "com.spotify" % "styx-standalone-service" % "1.0.6"
[com.spotify/styx-standalone-service "1.0.6"]