is not current version
Last Version 3.2.1

ch.cern.hadoop:hadoop-nfs 2.7.5.1

Apache Hadoop NFS library

GroupId

GroupId

ch.cern.hadoop
ArtifactId

ArtifactId

hadoop-nfs
Version

Version

2.7.5.1
Type

Type

jar

Download hadoop-nfs 2.7.5.1


<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-nfs/ -->
<dependency>
    <groupId>ch.cern.hadoop</groupId>
    <artifactId>hadoop-nfs</artifactId>
    <version>2.7.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-nfs/
implementation 'ch.cern.hadoop:hadoop-nfs:2.7.5.1'
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-nfs/
implementation ("ch.cern.hadoop:hadoop-nfs:2.7.5.1")
'ch.cern.hadoop:hadoop-nfs:jar:2.7.5.1'
<dependency org="ch.cern.hadoop" name="hadoop-nfs" rev="2.7.5.1">
  <artifact name="hadoop-nfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-nfs', version='2.7.5.1')
)
libraryDependencies += "ch.cern.hadoop" % "hadoop-nfs" % "2.7.5.1"
[ch.cern.hadoop/hadoop-nfs "2.7.5.1"]