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