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