GroupId | GroupIdorg.apache.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-hdfs-httpfs |
Version | Version2.4.1 |
Type | Typewar |
Filename | Size |
---|---|
hadoop-hdfs-httpfs-2.4.1.pom | |
hadoop-hdfs-httpfs-2.4.1.war | 20 MB |
hadoop-hdfs-httpfs-2.4.1-test-sources.jar | 80 KB |
hadoop-hdfs-httpfs-2.4.1-sources.jar | 101 KB |
hadoop-hdfs-httpfs-2.4.1-javadoc.jar | 67 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-httpfs</artifactId>
<version>2.4.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/
implementation 'org.apache.hadoop:hadoop-hdfs-httpfs:2.4.1'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/
implementation ("org.apache.hadoop:hadoop-hdfs-httpfs:2.4.1")
'org.apache.hadoop:hadoop-hdfs-httpfs:war:2.4.1'
<dependency org="org.apache.hadoop" name="hadoop-hdfs-httpfs" rev="2.4.1">
<artifact name="hadoop-hdfs-httpfs" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-hdfs-httpfs', version='2.4.1')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-hdfs-httpfs" % "2.4.1"
[org.apache.hadoop/hadoop-hdfs-httpfs "2.4.1"]