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