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