GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdstyx-local-files-source |
Version | Version0.1.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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-local-files-source/
implementation 'com.spotify:styx-local-files-source:0.1.2'
// https://jarcasting.com/artifacts/com.spotify/styx-local-files-source/
implementation ("com.spotify:styx-local-files-source:0.1.2")
'com.spotify:styx-local-files-source:jar:0.1.2'
<dependency org="com.spotify" name="styx-local-files-source" rev="0.1.2">
<artifact name="styx-local-files-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-local-files-source', version='0.1.2')
)
libraryDependencies += "com.spotify" % "styx-local-files-source" % "0.1.2"
[com.spotify/styx-local-files-source "0.1.2"]