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-0.9.0
mvn install package -DskipTests

Maven Dependency

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