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