/tachyon

A Reliable Memory Centric Distributed Storage System

Primary LanguageJavaApache License 2.0Apache-2.0

Tachyon

The master branch is in version 0.7.0-SNAPSHOT:

Building applications with Tachyon

Dependency Information

Apache Maven

<dependency>
  <groupId>org.tachyonproject</groupId>
  <artifactId>tachyon-client</artifactId>
  <version>0.6.3</version>
</dependency>

Gradle

compile 'org.tachyonproject:tachyon-client:0.6.3'

Apache Ant

<dependency org="org.tachyonproject" name="tachyon" rev="0.6.3">
  <artifact name="tachyon-client" type="jar" />
</dependency>

SBT

libraryDependencies += "org.tachyonproject" % "tachyon-client" % "0.6.3"