Download hbase-annotations-1.2.4.jar file - Jar h

Jar examples for h:hbase-annotations

Description

Copy of Hadoop's annotations for HBase

You can download jar file hbase-annotations 1.2.4 in this page.

License

Apache License

Build File

You can use the following script to add hbase-annotations-1.2.4.jar to your project.

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

Download

Click the following link to download the jar file.

hbase-annotations-1.2.4-javadoc.jar
hbase-annotations-1.2.4-sources.jar
hbase-annotations-1.2.4-tests.jar
hbase-annotations-1.2.4.jar
hbase-annotations-1.2.4.pom



Related Tutorials