b

bigtable-dataflow-parent

This project is a parent project for the dataflow Cloud Bigtable java client projects.
Files download
File Operation
bigtable-dataflow-parent-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-dataflow-parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-dataflow-parent:0.9.1'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-dataflow-parent:0.9.1")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-dataflow-parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-dataflow-parent', version='0.9.1')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-dataflow-parent" rev="0.9.1" />
Leiningen
[com.google.cloud.bigtable/bigtable-dataflow-parent "0.9.1"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-dataflow-parent:jar:0.9.1'