Files download
File Operation
dbeam-parent-0.9.8.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>dbeam-parent</artifactId>
  <version>0.9.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:dbeam-parent:0.9.8'
Gradle Kotlin
implementation("com.spotify:dbeam-parent:0.9.8")
Scala SBT
libraryDependencies += "com.spotify" % "dbeam-parent" % "0.9.8"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='dbeam-parent', version='0.9.8')
)
Apache Ivy
<dependency org="com.spotify" name="dbeam-parent" rev="0.9.8" />
Leiningen
[com.spotify/dbeam-parent "0.9.8"]
Apache Buildr
'com.spotify:dbeam-parent:jar:0.9.8'