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