Build Instructions

From Source

Requirements: JDK 1.8+, Maven 3.5.0+

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

Maven Dependency

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