Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.onehippo.forge.hipshoot</groupId>
  <artifactId>hipshoot</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.onehippo.forge.hipshoot:hipshoot:pom:2.1.0'

Apache Ant

<dependency org="org.onehippo.forge.hipshoot" name="hipshoot" rev="2.1.0">
  <artifact name="hipshoot" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.onehippo.forge.hipshoot', module='hipshoot', version='2.1.0')
)

Grails

compile 'org.onehippo.forge.hipshoot:hipshoot:2.1.0'

Leiningen

[org.onehippo.forge.hipshoot/hipshoot "2.1.0"]

SBT

libraryDependencies += "org.onehippo.forge.hipshoot" %% "hipshoot" % "2.1.0"