is not current version
Last Version 1.5.3

org.apache.jackrabbit:jackrabbit-ocm 1.5.0

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.

GroupId

GroupId

org.apache.jackrabbit
ArtifactId

ArtifactId

jackrabbit-ocm
Version

Version

1.5.0
Type

Type

jar

Download jackrabbit-ocm 1.5.0


<!-- https://jarcasting.com/artifacts/org.apache.jackrabbit/jackrabbit-ocm/ -->
<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-ocm</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jackrabbit/jackrabbit-ocm/
implementation 'org.apache.jackrabbit:jackrabbit-ocm:1.5.0'
// https://jarcasting.com/artifacts/org.apache.jackrabbit/jackrabbit-ocm/
implementation ("org.apache.jackrabbit:jackrabbit-ocm:1.5.0")
'org.apache.jackrabbit:jackrabbit-ocm:jar:1.5.0'
<dependency org="org.apache.jackrabbit" name="jackrabbit-ocm" rev="1.5.0">
  <artifact name="jackrabbit-ocm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='jackrabbit-ocm', version='1.5.0')
)
libraryDependencies += "org.apache.jackrabbit" % "jackrabbit-ocm" % "1.5.0"
[org.apache.jackrabbit/jackrabbit-ocm "1.5.0"]