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