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