License |
License |
---|---|
GroupId | GroupIdcom.google.cloud.bigtable |
ArtifactId | ArtifactIdbigtable-hbase-1.x-hadoop |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBigtable connector compatible with HBase 1.x. It most of its dependencies
(hbase & grpc). Its mainly intended to be used by dataflow 1.x to avoid
version conflicts with grpc & protobuf. Prefer to use
bigtable-hbase-1.x.
|
Project Organization |
Project OrganizationGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-1.x-hadoop/ -->
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-1.x-hadoop/
implementation 'com.google.cloud.bigtable:bigtable-hbase-1.x-hadoop:2.4.0'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-1.x-hadoop/
implementation ("com.google.cloud.bigtable:bigtable-hbase-1.x-hadoop:2.4.0")
'com.google.cloud.bigtable:bigtable-hbase-1.x-hadoop:jar:2.4.0'
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-1.x-hadoop" rev="2.4.0">
<artifact name="bigtable-hbase-1.x-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-1.x-hadoop', version='2.4.0')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-1.x-hadoop" % "2.4.0"
[com.google.cloud.bigtable/bigtable-hbase-1.x-hadoop "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hbase : hbase-client | jar | 1.7.1 |
commons-logging : commons-logging | jar | 1.2 |
io.dropwizard.metrics : metrics-core | jar | 3.1.2 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.conscrypt : conscrypt-openjdk-uber | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |