MVN

org.apache : jackrabbit-ocm

Maven & Gradle

Jul 06, 2012
3 usages

Jackrabbit Object Content Mapping 2.x · 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</groupId>
    <artifactId>jackrabbit-ocm</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
jackrabbit-ocm-2.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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