Maven Coordinates
Apache Maven
<dependency>
<groupId>org.onehippo.forge.hippo-pojo-bind</groupId>
<artifactId>hippo-pojo-bind-jcr</artifactId>
<version>4.0.0</version>
</dependency>
Apache Ivy
<dependency org="org.onehippo.forge.hippo-pojo-bind" name="hippo-pojo-bind-jcr" rev="4.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='4.0.0')
)
Gradle/Grails
implementation 'org.onehippo.forge.hippo-pojo-bind:hippo-pojo-bind-jcr:4.0.0'
Scala SBT
libraryDependencies += "org.onehippo.forge.hippo-pojo-bind" % "hippo-pojo-bind-jcr" % "4.0.0"
Leiningen
[org.onehippo.forge.hippo-pojo-bind/hippo-pojo-bind-jcr "4.0.0"]