Download bigtable-hbase-0.1.9.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 0.1.9 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials