https://github.com/Alluxio/alluxio
Raw File
Tip revision: 86cabcba2f20cc7526aacd013b69507bb2d2f4a0 authored by haoyuan on 27 April 2013, 02:15:43 UTC
[maven-release-plugin] prepare release v0.2.1
Tip revision: 86cabcb
README.md
Tachyon
=======

<http://www.tachyonproject.org/>

The master branch is in 0.2.1-SNAPSHOT.

Release 0.2.0 is tagged with v0.2.0.

Release 0.1.0 is tagged 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"

## Contributing to Tachyon

Contributions via GitHub pull requests are gladly accepted from their original
author. Along with any pull requests, please state that the contribution is
your original work and that you license the work to the project under the
project's open source license. Whether or not you state this explicitly, by
submitting any copyrighted material via pull request, email, or other means
you agree to license the material under the project's open source license and
warrant that you have the legal authority to do so.
back to top