Download hbase-client-1.1.5.jar file - Jar h

Jar examples for h:hbase-client

Description

Client of HBase

You can download jar file hbase-client 1.1.5 in this page.

License

Apache License

Build File

You can use the following script to add hbase-client-1.1.5.jar to your project.

<dependency>
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase-client</artifactId>
   <version>1.1.5</version>
</dependency>
compile group: 'org.apache.hbase', name: 'hbase-client', version: '1.1.5'
libraryDependencies += "org.apache.hbase" % "hbase-client" % "1.1.5"
<dependency org="org.apache.hbase" name="hbase-client" rev="1.1.5"/>
@Grapes(@Grab(group='org.apache.hbase', module='hbase-client', version='1.1.5'))
'org.apache.hbase:hbase-client:jar:1.1.5'

Download

Click the following link to download the jar file.

hbase-client-1.1.5-javadoc.jar
hbase-client-1.1.5-sources.jar
hbase-client-1.1.5-tests.jar
hbase-client-1.1.5.jar
hbase-client-1.1.5.pom



Related Tutorials