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