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