You can download tachyon-underfs-local-0.8.0.jar in this page.
Open Source
tachyon-underfs-local-0.8.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.tachyonproject/tachyon-underfs-local/pom.properties META-INF/maven/org.tachyonproject/tachyon-underfs-local/pom.xml META-INF/services/tachyon.underfs.UnderFileSystemFactory tachyon.underfs.local.LocalUnderFileSystem.class tachyon.underfs.local.LocalUnderFileSystemFactory.class
tachyon-underfs-local-0.8.0.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-underfs</artifactId> <version>0.8.0</version> </parent> <artifactId>tachyon-underfs-local</artifactId> <name>Tachyon Under File System - Local FS</name> <description>Under File System implementation that uses local file system</description> <properties> <license.header.path>${project.parent.parent.basedir}/build/license/</license.header.path> <checkstyle.path>${project.parent.parent.basedir}/build/checkstyle/</checkstyle.path> <findbugs.path>${project.parent.parent.basedir}/build/findbugs/</findbugs.path> </properties> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-common</artifactId> <version>${project.version}</version> </dependency> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-reflect</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-underfs-local</artifactId> <version>0.8.0</version> </dependency>
If you think the following tachyon-underfs-local-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tachyon-underfs-local-0.8.0.jar file