d

dbeam-bom

A BOM with Beam SDK, GCP, gRPC and other dependencies for DBeam
Files download
File Operation
dbeam-bom-0.10.27.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>dbeam-bom</artifactId>
  <version>0.10.27</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:dbeam-bom:0.10.27'
Gradle Kotlin
implementation("com.spotify:dbeam-bom:0.10.27")
Scala SBT
libraryDependencies += "com.spotify" % "dbeam-bom" % "0.10.27"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='dbeam-bom', version='0.10.27')
)
Apache Ivy
<dependency org="com.spotify" name="dbeam-bom" rev="0.10.27" />
Leiningen
[com.spotify/dbeam-bom "0.10.27"]
Apache Buildr
'com.spotify:dbeam-bom:jar:0.10.27'