GroupId | GroupIdorg.apache.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-hdfs-httpfs |
Version | Version2.6.4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-httpfs</artifactId>
<version>2.6.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/
implementation 'org.apache.hadoop:hadoop-hdfs-httpfs:2.6.4'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/
implementation ("org.apache.hadoop:hadoop-hdfs-httpfs:2.6.4")
'org.apache.hadoop:hadoop-hdfs-httpfs:war:2.6.4'
<dependency org="org.apache.hadoop" name="hadoop-hdfs-httpfs" rev="2.6.4">
<artifact name="hadoop-hdfs-httpfs" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-hdfs-httpfs', version='2.6.4')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-hdfs-httpfs" % "2.6.4"
[org.apache.hadoop/hadoop-hdfs-httpfs "2.6.4"]