is not current version
Last Version 15

com.spotify:foss-root 6

The Spotify Root project helps establish consistent Maven conventions by being the parent POM for other participating projects.

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

foss-root
Version

Version

6
Type

Type

pom

Download foss-root 6

Filename Size
foss-root-6.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.spotify/foss-root/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>foss-root</artifactId>
    <version>6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/foss-root/
implementation 'com.spotify:foss-root:6'
// https://jarcasting.com/artifacts/com.spotify/foss-root/
implementation ("com.spotify:foss-root:6")
'com.spotify:foss-root:pom:6'
<dependency org="com.spotify" name="foss-root" rev="6">
  <artifact name="foss-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='foss-root', version='6')
)
libraryDependencies += "com.spotify" % "foss-root" % "6"
[com.spotify/foss-root "6"]