| Группа | Группаcom.spotify |
|---|---|
| Идентификатор | Идентификаторflo-runner |
| Версия | Версия0.5.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| flo-runner-0.5.7.pom | |
| flo-runner-0.5.7.jar | 46 KB |
| flo-runner-0.5.7-sources.jar | 27 KB |
| flo-runner-0.5.7-javadoc.jar | 84 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/flo-runner/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-runner</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/flo-runner/
implementation 'com.spotify:flo-runner:0.5.7'
// https://jarcasting.com/artifacts/com.spotify/flo-runner/
implementation ("com.spotify:flo-runner:0.5.7")
'com.spotify:flo-runner:jar:0.5.7'
<dependency org="com.spotify" name="flo-runner" rev="0.5.7">
<artifact name="flo-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='flo-runner', version='0.5.7')
)
libraryDependencies += "com.spotify" % "flo-runner" % "0.5.7"
[com.spotify/flo-runner "0.5.7"]