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