Download hbase-annotations-2.0.0-alpha3.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 2.0.0-alpha3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hbase-annotations-2.0.0-alpha3-sources.jar
hbase-annotations-2.0.0-alpha3-tests.jar
hbase-annotations-2.0.0-alpha3.jar
hbase-annotations-2.0.0-alpha3.pom



Related Tutorials