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