MVN

com.google.cloud.bigtable : bigtable-client

Maven & Gradle

Jul 19, 2016
141 stars

This is a client to access Cloud Bigtable (https://cloud.google.com/bigtable/) via the HBase APIs. There are a handful of modules in this project. The bigtable-hbase-x.x projects are intendned to be the projects which users interact with. The x.x versions in the bigtable-hbase-x.x projects represent the hbase major and minor versions which the project supports. For example, bigtable-hbase-1.0 will integrate with all hbase 1.0.x releases and bigtable-hbase-1.1 will integrate with all hbase 1.1.* releases. The bigtable-protos, bigtable-client-core and bigtable-hbase modules are meant to be used as components of bigtable-hbase-x.x. Those submodules may be usedful outside of the bigtable-hbase-x.x projects, but have not been thoroughly tested in other scenarios.

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-client</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.bigtable : bigtable-client to add to Maven - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.google.cloud.bigtable : bigtable-client to add to Maven - All Versions:

  • Version Updated
  • bigtable-client-0.9.1

    Jul 18, 2016
  • bigtable-client-0.9.0

    Jun 28, 2016
  • bigtable-client-0.3.0

    Apr 27, 2016
  • bigtable-client-0.2.4

    Mar 22, 2016
  • bigtable-client-0.2.3

    Feb 02, 2016
  • bigtable-client-0.2.2

    Nov 18, 2015
  • bigtable-client-0.2.1

    Aug 27, 2015
  • bigtable-client-0.2.0

    Aug 12, 2015
  • bigtable-client-0.1.9

    Jun 19, 2015

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-client</artifactId>
    <version>0.9.1</version>
</dependency>