Build Instructions

From Source

Requirements: JDK 1.6+, Maven 2.0.8+

git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
git checkout tags/helix-0.8.0
mvn install package -DskipTests

Maven Dependency

<dependency>
  <groupId>org.apache.helix</groupId>
  <artifactId>helix-core</artifactId>
  <version>0.8.0</version>
</dependency>