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