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