Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.helix</groupId>
  <artifactId>helix-core</artifactId>
  <version>0.6.2-incubating-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.apache.helix:helix-core:jar:0.6.2-incubating-SNAPSHOT'

Apache Ant

<dependency org="org.apache.helix" name="helix-core" rev="0.6.2-incubating-SNAPSHOT">
  <artifact name="helix-core" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.helix', module='helix-core', version='0.6.2-incubating-SNAPSHOT')
)

Grails

compile 'org.apache.helix:helix-core:0.6.2-incubating-SNAPSHOT'

Leiningen

[org.apache.helix/helix-core "0.6.2-incubating-SNAPSHOT"]

SBT

libraryDependencies += "org.apache.helix" %% "helix-core" % "0.6.2-incubating-SNAPSHOT"