GroupId | GroupIdorg.tachyonproject |
---|---|
ArtifactId | ArtifactIdtachyon-underfs-hdfs |
Version | Version0.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tachyonproject/tachyon-underfs-hdfs/ -->
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-hdfs</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tachyonproject/tachyon-underfs-hdfs/
implementation 'org.tachyonproject:tachyon-underfs-hdfs:0.8.1'
// https://jarcasting.com/artifacts/org.tachyonproject/tachyon-underfs-hdfs/
implementation ("org.tachyonproject:tachyon-underfs-hdfs:0.8.1")
'org.tachyonproject:tachyon-underfs-hdfs:jar:0.8.1'
<dependency org="org.tachyonproject" name="tachyon-underfs-hdfs" rev="0.8.1">
<artifact name="tachyon-underfs-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tachyonproject', module='tachyon-underfs-hdfs', version='0.8.1')
)
libraryDependencies += "org.tachyonproject" % "tachyon-underfs-hdfs" % "0.8.1"
[org.tachyonproject/tachyon-underfs-hdfs "0.8.1"]