GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdstyx |
Version | Version2.1.48 |
Type | Typepom |
Filename | Size |
---|---|
styx-2.1.48.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/styx/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>2.1.48</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx/
implementation 'com.spotify:styx:2.1.48'
// https://jarcasting.com/artifacts/com.spotify/styx/
implementation ("com.spotify:styx:2.1.48")
'com.spotify:styx:pom:2.1.48'
<dependency org="com.spotify" name="styx" rev="2.1.48">
<artifact name="styx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx', version='2.1.48')
)
libraryDependencies += "com.spotify" % "styx" % "2.1.48"
[com.spotify/styx "2.1.48"]