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