Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.onehippo.forge.hippo-pojo-bind</groupId>
  <artifactId>hippo-pojo-bind-jcr</artifactId>
  <version>2.0.0</version>
</dependency>

Apache Buildr

'org.onehippo.forge.hippo-pojo-bind:hippo-pojo-bind-jcr:jar:2.0.0'

Apache Ivy

<dependency org="org.onehippo.forge.hippo-pojo-bind" name="hippo-pojo-bind-jcr" rev="2.0.0">
  <artifact name="hippo-pojo-bind-jcr" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.onehippo.forge.hippo-pojo-bind', module='hippo-pojo-bind-jcr', version='2.0.0')
)

Gradle/Grails

compile 'org.onehippo.forge.hippo-pojo-bind:hippo-pojo-bind-jcr:2.0.0'

Scala SBT

libraryDependencies += "org.onehippo.forge.hippo-pojo-bind" % "hippo-pojo-bind-jcr" % "2.0.0"

Leiningen

[org.onehippo.forge.hippo-pojo-bind/hippo-pojo-bind-jcr "2.0.0"]