Skip to content

hal2001/tachyon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachyon

http://www.tachyonproject.org/

The master branch is in 0.2.1-SNAPSHOT.

Release 0.2.0 is taged with v0.2.0. Release 0.1.0 is taged with v0.1.0.

Online Documentation

You can find the latest Tachyon documentation, including a programming guide at https://github.com/amplab/tachyon/wiki. You are also welcome to visit https://groups.google.com/forum/?fromgroups#!forum/tachyon-users

Dependency Information

Apache Maven

<dependency>
  <groupId>org.tachyonproject</groupId>
  <artifactId>tachyon</artifactId>
  <version>0.2.0</version>
</dependency>

Apache Ant

<dependency org="org.tachyonproject" name="tachyon" rev="0.2.0">
  <artifact name="tachyon" type="jar" />
</dependency>

SBT

libraryDependencies += "org.tachyonproject" %% "tachyon" % "0.2.0"