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