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