f

foss-root

The Spotify Root project helps establish consistent Maven conventions by being the parent POM for other participating projects.
https://github.com/spotify/foss-root
The Apache Software License, Version 2.0
Rouzbeh Delavari
Files download
File Operation
foss-root-15.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>foss-root</artifactId>
  <version>15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:foss-root:15'
Gradle Kotlin
implementation("com.spotify:foss-root:15")
Scala SBT
libraryDependencies += "com.spotify" % "foss-root" % "15"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='foss-root', version='15')
)
Apache Ivy
<dependency org="com.spotify" name="foss-root" rev="15" />
Leiningen
[com.spotify/foss-root "15"]
Apache Buildr
'com.spotify:foss-root:jar:15'
Dependencies
The project has no third-party dependencies