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