MVN

com.google.cloud.bigtable : bigtable-hbase-1.1

Maven & Gradle

Feb 21, 2021
4 usages
164 stars

This project contains hbase 1.1 specific implementation of bigtable hbase.

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-hbase-1.1</artifactId>
    <version>1.0.0-pre3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.bigtable : bigtable-hbase-1.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.7.1

All Versions

Choose a version of com.google.cloud.bigtable : bigtable-hbase-1.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bigtable-hbase-1.1-1.0.0-pre3
bigtable-hbase-1.1-1.0.0-pre2
bigtable-hbase-1.1-1.0.0-pre1
0.9.x
bigtable-hbase-1.1-0.9.7.1
bigtable-hbase-1.1-0.9.7
bigtable-hbase-1.1-0.9.6.2
bigtable-hbase-1.1-0.9.6.1
bigtable-hbase-1.1-0.9.6
bigtable-hbase-1.1-0.9.5.1
bigtable-hbase-1.1-0.9.5
bigtable-hbase-1.1-0.9.4
bigtable-hbase-1.1-0.9.3
bigtable-hbase-1.1-0.9.2
bigtable-hbase-1.1-0.9.1
bigtable-hbase-1.1-0.9.0
0.3.x
bigtable-hbase-1.1-0.3.0
0.2.x
bigtable-hbase-1.1-0.2.4
bigtable-hbase-1.1-0.2.3
bigtable-hbase-1.1-0.2.2
bigtable-hbase-1.1-0.2.1
bigtable-hbase-1.1-0.2.0
0.1.x
bigtable-hbase-1.1-0.1.9

How to add a dependency to Maven

Add the following com.google.cloud.bigtable : bigtable-hbase-1.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-hbase-1.1</artifactId>
    <version>1.0.0-pre3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud.bigtable : bigtable-hbase-1.1 gradle dependency to your build.gradle file:

implementation 'com.google.cloud.bigtable:bigtable-hbase-1.1:1.0.0-pre3'

Gradle Kotlin DSL: Add the following com.google.cloud.bigtable : bigtable-hbase-1.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud.bigtable:bigtable-hbase-1.1:1.0.0-pre3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud.bigtable : bigtable-hbase-1.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-1.1" % "1.0.0-pre3"

Advertisement