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