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