GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdfoss-root |
Version | Version13 |
Type | Typepom |
Filename | Size |
---|---|
foss-root-13.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/foss-root/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>foss-root</artifactId>
<version>13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/foss-root/
implementation 'com.spotify:foss-root:13'
// https://jarcasting.com/artifacts/com.spotify/foss-root/
implementation ("com.spotify:foss-root:13")
'com.spotify:foss-root:pom:13'
<dependency org="com.spotify" name="foss-root" rev="13">
<artifact name="foss-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='foss-root', version='13')
)
libraryDependencies += "com.spotify" % "foss-root" % "13"
[com.spotify/foss-root "13"]