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