MVN

org.apache.jackrabbit : jackrabbit-ocm

Maven & Gradle

Feb 26, 2009
7 usages

Jackrabbit Object Content Mapping · This Jackrabbit subproject is an object/JCR persistence and query service. This tools lets you to persist java objects into a JCR compliant repository - including association, inheritance, polymorphism, composition, and the Java collections framework. Furthermore, this jcr-mapping allows you to express queries in Java-based Criteria, as well as in JCR query language. It offers also features like version support and object locking.

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-ocm</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jackrabbit : jackrabbit-ocm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of org.apache.jackrabbit : jackrabbit-ocm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jackrabbit-ocm-1.5.3
jackrabbit-ocm-1.5.0
1.4
jackrabbit-ocm-1.4

How to add a dependency to Maven

Add the following org.apache.jackrabbit : jackrabbit-ocm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-ocm</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jackrabbit : jackrabbit-ocm gradle dependency to your build.gradle file:

implementation 'org.apache.jackrabbit:jackrabbit-ocm:1.5.3'

Gradle Kotlin DSL: Add the following org.apache.jackrabbit : jackrabbit-ocm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jackrabbit:jackrabbit-ocm:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jackrabbit : jackrabbit-ocm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jackrabbit" % "jackrabbit-ocm" % "1.5.3"