| Группа | Группаorg.apache.hadoop |
|---|---|
| Идентификатор | Идентификаторhadoop-hdfs-httpfs |
| Версия | Версия2.5.0 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| hadoop-hdfs-httpfs-2.5.0.pom | |
| hadoop-hdfs-httpfs-2.5.0.war | 22 MB |
| hadoop-hdfs-httpfs-2.5.0-test-sources.jar | 90 KB |
| hadoop-hdfs-httpfs-2.5.0-sources.jar | 108 KB |
| hadoop-hdfs-httpfs-2.5.0-javadoc.jar | 74 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-httpfs</artifactId>
<version>2.5.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/
implementation 'org.apache.hadoop:hadoop-hdfs-httpfs:2.5.0'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-hdfs-httpfs/
implementation ("org.apache.hadoop:hadoop-hdfs-httpfs:2.5.0")
'org.apache.hadoop:hadoop-hdfs-httpfs:war:2.5.0'
<dependency org="org.apache.hadoop" name="hadoop-hdfs-httpfs" rev="2.5.0">
<artifact name="hadoop-hdfs-httpfs" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-hdfs-httpfs', version='2.5.0')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-hdfs-httpfs" % "2.5.0"
[org.apache.hadoop/hadoop-hdfs-httpfs "2.5.0"]