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