| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdstyx-report |
| Version | Version2.1.104 |
| Type | Typejar |
| Filename | Size |
|---|---|
| styx-report-2.1.104.pom | |
| styx-report-2.1.104.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-report/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-report</artifactId>
<version>2.1.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-report/
implementation 'com.spotify:styx-report:2.1.104'
// https://jarcasting.com/artifacts/com.spotify/styx-report/
implementation ("com.spotify:styx-report:2.1.104")
'com.spotify:styx-report:jar:2.1.104'
<dependency org="com.spotify" name="styx-report" rev="2.1.104">
<artifact name="styx-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-report', version='2.1.104')
)
libraryDependencies += "com.spotify" % "styx-report" % "2.1.104"
[com.spotify/styx-report "2.1.104"]