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