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