MVN

org.tachyonproject : tachyon-underfs

Maven & Gradle

Nov 12, 2015

Tachyon Under File System · Parent POM for different implementations of Tachyon under file system

<dependency>
    <groupId>org.tachyonproject</groupId>
    <artifactId>tachyon-underfs</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tachyonproject : tachyon-underfs to add to Maven - Latest Versions:

  • Latest Stable: 0.8.2

All Versions

Choose a version of org.tachyonproject : tachyon-underfs to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
tachyon-underfs-0.8.2
tachyon-underfs-0.8.1
tachyon-underfs-0.8.0
0.7.x
tachyon-underfs-0.7.1
tachyon-underfs-0.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.tachyonproject</groupId>
    <artifactId>tachyon-underfs</artifactId>
    <version>0.8.2</version>
</dependency>

Advertisement