| Группа | Группаorg.alluxio |
|---|---|
| Идентификатор | Идентификаторalluxio-underfs-hdfs |
| Версия | Версия2.6.2-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| alluxio-underfs-hdfs-2.6.2-1.pom | |
| alluxio-underfs-hdfs-2.6.2-1.jar | 26 KB |
| alluxio-underfs-hdfs-2.6.2-1-sources.jar | 25 KB |
| alluxio-underfs-hdfs-2.6.2-1-javadoc.jar | 104 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-hdfs/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs-hdfs</artifactId>
<version>2.6.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-hdfs/
implementation 'org.alluxio:alluxio-underfs-hdfs:2.6.2-1'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-hdfs/
implementation ("org.alluxio:alluxio-underfs-hdfs:2.6.2-1")
'org.alluxio:alluxio-underfs-hdfs:jar:2.6.2-1'
<dependency org="org.alluxio" name="alluxio-underfs-hdfs" rev="2.6.2-1">
<artifact name="alluxio-underfs-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs-hdfs', version='2.6.2-1')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs-hdfs" % "2.6.2-1"
[org.alluxio/alluxio-underfs-hdfs "2.6.2-1"]