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