Dependency Information

Apache Maven

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

Apache Buildr

'org.apache.helix:helix-admin-webapp:jar:0.6.2-incubating-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'org.apache.helix:helix-admin-webapp:0.6.2-incubating-SNAPSHOT'

Leiningen

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

SBT

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