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