Download hadoop-annotations-2.8.0.jar file - Jar h

Jar examples for h:hadoop-annotations

Description

Apache Hadoop Annotations

You can download jar file hadoop-annotations 2.8.0 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-annotations-2.8.0.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-annotations-2.8.0.jar
hadoop-annotations-2.8.0.pom



Related Tutorials