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-6.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>foss-root</artifactId>
  <version>6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:foss-root:6'
Gradle Kotlin
implementation("com.spotify:foss-root:6")
Scala SBT
libraryDependencies += "com.spotify" % "foss-root" % "6"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='foss-root', version='6')
)
Apache Ivy
<dependency org="com.spotify" name="foss-root" rev="6" />
Leiningen
[com.spotify/foss-root "6"]
Apache Buildr
'com.spotify:foss-root:jar:6'
Dependencies
The project has no third-party dependencies