Download jackrabbit-ocm-1.5.3.jar file - Jar j

Jar examples for j:jackrabbit-ocm

Description

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.

You can download jar file jackrabbit-ocm 1.5.3 in this page.

License

Apache License

Build File

You can use the following script to add jackrabbit-ocm-1.5.3.jar to your project.

<dependency>
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-ocm</artifactId>
   <version>1.5.3</version>
</dependency>
compile group: 'org.apache.jackrabbit', name: 'jackrabbit-ocm', version: '1.5.3'
libraryDependencies += "org.apache.jackrabbit" % "jackrabbit-ocm" % "1.5.3"
<dependency org="org.apache.jackrabbit" name="jackrabbit-ocm" rev="1.5.3"/>
@Grapes(@Grab(group='org.apache.jackrabbit', module='jackrabbit-ocm', version='1.5.3'))
'org.apache.jackrabbit:jackrabbit-ocm:jar:1.5.3'

Download

Click the following link to download the jar file.

jackrabbit-ocm-1.5.3-jdk14.jar
jackrabbit-ocm-1.5.3-sources.jar
jackrabbit-ocm-1.5.3.jar
jackrabbit-ocm-1.5.3.pom



Related Tutorials