не последняя версия
Последняя версия 2.8.0-2

org.alluxio:alluxio-underfs 2.0.0-preview

Parent POM for different implementations of Alluxio under file system

Группа

Группа

org.alluxio
Идентификатор

Идентификатор

alluxio-underfs
Версия

Версия

2.0.0-preview
Тип

Тип

pom

Скачать alluxio-underfs 2.0.0-preview

Имя Файла Размер
alluxio-underfs-2.0.0-preview.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/ -->
<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-underfs</artifactId>
    <version>2.0.0-preview</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/
implementation 'org.alluxio:alluxio-underfs:2.0.0-preview'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/
implementation ("org.alluxio:alluxio-underfs:2.0.0-preview")
'org.alluxio:alluxio-underfs:pom:2.0.0-preview'
<dependency org="org.alluxio" name="alluxio-underfs" rev="2.0.0-preview">
  <artifact name="alluxio-underfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs', version='2.0.0-preview')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs" % "2.0.0-preview"
[org.alluxio/alluxio-underfs "2.0.0-preview"]