Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 787 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 787 Bytes

Tachyon

The master branch is in version 0.4.0-SNAPSHOT:

Project Homepage: http://www.tachyonproject.org

Previous Releases: https://github.com/amplab/tachyon/tags

Documentation: https://github.com/amplab/tachyon/wiki

JIRA: https://spark-project.atlassian.net/browse/TACHYON

User Mailing List: https://groups.google.com/forum/?fromgroups#!forum/tachyon-users

Dependency Information

Apache Maven

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

Apache Ant

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

SBT

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