| Группа | Группаorg.alluxio |
|---|---|
| Идентификатор | Идентификаторalluxio-underfs-abfs |
| Версия | Версия2.5.0-2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-abfs/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs-abfs</artifactId>
<version>2.5.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-abfs/
implementation 'org.alluxio:alluxio-underfs-abfs:2.5.0-2'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-abfs/
implementation ("org.alluxio:alluxio-underfs-abfs:2.5.0-2")
'org.alluxio:alluxio-underfs-abfs:jar:2.5.0-2'
<dependency org="org.alluxio" name="alluxio-underfs-abfs" rev="2.5.0-2">
<artifact name="alluxio-underfs-abfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs-abfs', version='2.5.0-2')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs-abfs" % "2.5.0-2"
[org.alluxio/alluxio-underfs-abfs "2.5.0-2"]