Download hadoop-common-2.7.4.0.jar file - Jar h

Jar examples for h:hadoop-common

Description

Apache Hadoop Common

You can download jar file hadoop-common 2.7.4.0 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-common-2.7.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-common-2.7.4.0-javadoc.jar
hadoop-common-2.7.4.0-sources.jar
hadoop-common-2.7.4.0-test-sources.jar
hadoop-common-2.7.4.0-tests.jar
hadoop-common-2.7.4.0.jar
hadoop-common-2.7.4.0.pom



Related Tutorials