GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdflo-styx |
Version | Version0.5.11 |
Type | Typejar |
Filename | Size |
---|---|
flo-styx-0.5.11.pom | |
flo-styx-0.5.11.jar | 27 KB |
flo-styx-0.5.11-sources.jar | 13 KB |
flo-styx-0.5.11-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/flo-styx/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-styx</artifactId>
<version>0.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/flo-styx/
implementation 'com.spotify:flo-styx:0.5.11'
// https://jarcasting.com/artifacts/com.spotify/flo-styx/
implementation ("com.spotify:flo-styx:0.5.11")
'com.spotify:flo-styx:jar:0.5.11'
<dependency org="com.spotify" name="flo-styx" rev="0.5.11">
<artifact name="flo-styx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='flo-styx', version='0.5.11')
)
libraryDependencies += "com.spotify" % "flo-styx" % "0.5.11"
[com.spotify/flo-styx "0.5.11"]