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

Jar examples for h:hbase-common

Description

Common functionality for HBase

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials