Download hbase-common-0.99.0.jar file - Jar h

Jar examples for h:hbase-common

Description

Common functionality for HBase

You can download jar file hbase-common 0.99.0 in this page.

License

Apache License

Build File

You can use the following script to add hbase-common-0.99.0.jar to your project.

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

Download

Click the following link to download the jar file.

hbase-common-0.99.0-javadoc.jar
hbase-common-0.99.0-sources.jar
hbase-common-0.99.0-tests.jar
hbase-common-0.99.0.jar
hbase-common-0.99.0.pom



Related Tutorials