| Группа | Группаorg.alluxio |
|---|---|
| Идентификатор | Идентификаторalluxio-underfs-hdfs |
| Версия | Версия2.3.0-2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| alluxio-underfs-hdfs-2.3.0-2.pom | |
| alluxio-underfs-hdfs-2.3.0-2.jar | 25 KB |
| alluxio-underfs-hdfs-2.3.0-2-sources.jar | 25 KB |
| alluxio-underfs-hdfs-2.3.0-2-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.3.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-hdfs/
implementation 'org.alluxio:alluxio-underfs-hdfs:2.3.0-2'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-hdfs/
implementation ("org.alluxio:alluxio-underfs-hdfs:2.3.0-2")
'org.alluxio:alluxio-underfs-hdfs:jar:2.3.0-2'
<dependency org="org.alluxio" name="alluxio-underfs-hdfs" rev="2.3.0-2">
<artifact name="alluxio-underfs-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs-hdfs', version='2.3.0-2')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs-hdfs" % "2.3.0-2"
[org.alluxio/alluxio-underfs-hdfs "2.3.0-2"]