Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.onehippo.forge.jcrrunner</groupId>
  <artifactId>jcrrunner</artifactId>
  <version>1.03.01-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.onehippo.forge.jcrrunner:jcrrunner:jar:1.03.01-SNAPSHOT'

Apache Ant

<dependency org="org.onehippo.forge.jcrrunner" name="jcrrunner" rev="1.03.01-SNAPSHOT">
  <artifact name="jcrrunner" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.onehippo.forge.jcrrunner', module='jcrrunner', version='1.03.01-SNAPSHOT')
)

Grails

compile 'org.onehippo.forge.jcrrunner:jcrrunner:1.03.01-SNAPSHOT'

Leiningen

[org.onehippo.forge.jcrrunner/jcrrunner "1.03.01-SNAPSHOT"]

SBT

libraryDependencies += "org.onehippo.forge.jcrrunner" %% "jcrrunner" % "1.03.01-SNAPSHOT"