d

dbeam-core

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