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