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