Tachyon
The master branch is in version 0.7.0-SNAPSHOT:
- Tachyon Homepage | Master Branch Document
- Contribute to Tachyon and
New Contributor's Tasks
- Please limit 2 tasks per new contributor. Afterwards, try some beginner tasks or intermediate tasks, or ask in the Developer Mailing List.
- Releases
- Tachyon JIRA
- User Mailing List
- Bay Area Meetup Group
Building applications with Tachyon
Dependency Information
Apache Maven
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
<version>0.6.4</version>
</dependency>
Gradle
compile 'org.tachyonproject:tachyon-client:0.6.4'
Apache Ant
<dependency org="org.tachyonproject" name="tachyon" rev="0.6.4">
<artifact name="tachyon-client" type="jar" />
</dependency>
SBT
libraryDependencies += "org.tachyonproject" % "tachyon-client" % "0.6.4"