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