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