Apache Maven

<dependency>
  <groupId>org.apache.helix</groupId>
  <artifactId>website</artifactId>
  <version>1.3.1-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.helix:website:pom:1.3.1-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.helix" name="website" rev="1.3.1-SNAPSHOT">
  <artifact name="website" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.helix', module='website', version='1.3.1-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.helix:website:1.3.1-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.helix" % "website" % "1.3.1-SNAPSHOT"

Leiningen

[org.apache.helix/website "1.3.1-SNAPSHOT"]

Back to top

Reflow Maven skin maintained by Olivier Lamy.

Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
Privacy Policy