Jar examples for h:hbase-client
Client of HBase
You can download jar file hbase-client 2.0.0-alpha4 in this page.
Apache License
You can use the following script to add hbase-client-2.0.0-alpha4.jar to your project.
<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> <version>2.0.0-alpha4</version> </dependency>
compile group: 'org.apache.hbase', name: 'hbase-client', version: '2.0.0-alpha4'
libraryDependencies += "org.apache.hbase" % "hbase-client" % "2.0.0-alpha4"
<dependency org="org.apache.hbase" name="hbase-client" rev="2.0.0-alpha4"/>
@Grapes(@Grab(group='org.apache.hbase', module='hbase-client', version='2.0.0-alpha4'))
'org.apache.hbase:hbase-client:jar:2.0.0-alpha4'
Click the following link to download the jar file.
hbase-client-2.0.0-alpha4-javadoc.jar