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