Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.onehippo.forge.jcrshell</groupId>
  <artifactId>jcrshell</artifactId>
  <version>2.0.2</version>
</dependency>

Apache Buildr

'org.onehippo.forge.jcrshell:jcrshell:jar:2.0.2'

Apache Ant

<dependency org="org.onehippo.forge.jcrshell" name="jcrshell" rev="2.0.2">
  <artifact name="jcrshell" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.onehippo.forge.jcrshell', module='jcrshell', version='2.0.2')
)

Grails

compile 'org.onehippo.forge.jcrshell:jcrshell:2.0.2'

Leiningen

[org.onehippo.forge.jcrshell/jcrshell "2.0.2"]

SBT

libraryDependencies += "org.onehippo.forge.jcrshell" %% "jcrshell" % "2.0.2"