The master branch is in version 1.1.0-SNAPSHOT:
- Alluxio Open Source Website | Alluxio Latest Release Document | Master Branch Document | Alluxio Inc.
- Contribute to Alluxio and
New Contributor Tasks
- Please limit 2 tasks per new contributor. Afterwards, try some beginner tasks or intermediate tasks, or ask in the Developer Mailing List.
- Releases
- Downloads
- JIRA
- User Mailing List
- Bay Area Meetup Group
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>1.0.1</version>
</dependency>
compile 'org.alluxio:alluxio-core-client:1.0.1'
<dependency org="org.alluxio" name="alluxio" rev="1.0.1">
<artifact name="alluxio-core-client" type="jar" />
</dependency>
libraryDependencies += "org.alluxio" % "alluxio-core-client" % "1.0.1"
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.