is not current version
Last Version 0.9.1

com.google.cloud.bigtable:bigtable-hbase-dataflow-tools 0.9.0

This project contains artifacts that provide utility functions for Cloud Bigtable client readers and writers in Google Cloud Dataflow. Dataflow includes a different version of the cloud bigtable client, resulting in a need to have a separation of concerns and an abstraction. More importantly, there is a need for shading and renaming of packages so that Dataflow nad bigtable-hbase-dataflow's two sets of shading (needed for a variety of reasons) don't clash with each other. This submodule does package renaming which is needed for bigtable-hbase-dataflow and alleviates some issues related to developing that module.

Categories

Categories

Data
GroupId

GroupId

com.google.cloud.bigtable
ArtifactId

ArtifactId

bigtable-hbase-dataflow-tools
Version

Version

0.9.0
Type

Type

jar

Download bigtable-hbase-dataflow-tools 0.9.0


<!-- https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-dataflow-tools/ -->
<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-hbase-dataflow-tools</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-dataflow-tools/
implementation 'com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:0.9.0'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-dataflow-tools/
implementation ("com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:0.9.0")
'com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:jar:0.9.0'
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-dataflow-tools" rev="0.9.0">
  <artifact name="bigtable-hbase-dataflow-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-dataflow-tools', version='0.9.0')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-dataflow-tools" % "0.9.0"
[com.google.cloud.bigtable/bigtable-hbase-dataflow-tools "0.9.0"]