Download bigtable-hbase-1.1.1.jar file - Jar b

Jar examples for b:bigtable-hbase

Description

This project contains artifacts that adapt bigtable client to work with hbase.

You can download jar file bigtable-hbase 1.1.1 in this page.

License

Open Source License

Build File

You can use the following script to add bigtable-hbase-1.1.1.jar to your project.

<dependency>
   <groupId>com.google.cloud.bigtable</groupId>
   <artifactId>bigtable-hbase</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.google.cloud.bigtable', name: 'bigtable-hbase', version: '1.1.1'
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase" % "1.1.1"
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase" rev="1.1.1"/>
@Grapes(@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase', version='1.1.1'))
'com.google.cloud.bigtable:bigtable-hbase:jar:1.1.1'

Download

Click the following link to download the jar file.

bigtable-hbase-1.1.1-javadoc.jar
bigtable-hbase-1.1.1-sources.jar
bigtable-hbase-1.1.1.jar
bigtable-hbase-1.1.1.pom



Related Tutorials