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