License |
License |
---|---|
GroupId | GroupIdorg.apache |
ArtifactId | ArtifactIdjackrabbit-ocm |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJackrabbit 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jackrabbit-ocm-2.0.0.pom | |
jackrabbit-ocm-2.0.0.jar | 185 KB |
jackrabbit-ocm-2.0.0-sources.jar | 196 KB |
jackrabbit-ocm-2.0.0-source-release.zip | 518 KB |
jackrabbit-ocm-2.0.0-javadoc.jar | 830 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache/jackrabbit-ocm/ -->
<dependency>
<groupId>org.apache</groupId>
<artifactId>jackrabbit-ocm</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache/jackrabbit-ocm/
implementation 'org.apache:jackrabbit-ocm:2.0.0'
// https://jarcasting.com/artifacts/org.apache/jackrabbit-ocm/
implementation ("org.apache:jackrabbit-ocm:2.0.0")
'org.apache:jackrabbit-ocm:jar:2.0.0'
<dependency org="org.apache" name="jackrabbit-ocm" rev="2.0.0">
<artifact name="jackrabbit-ocm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache', module='jackrabbit-ocm', version='2.0.0')
)
libraryDependencies += "org.apache" % "jackrabbit-ocm" % "2.0.0"
[org.apache/jackrabbit-ocm "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.jcr : jcr | jar | 2.0 |
commons-digester : commons-digester | jar | 1.7 |
commons-collections : commons-collections | jar | 3.1 |
commons-lang : commons-lang | jar | 2.1 |
org.slf4j : slf4j-api | jar | 1.6.4 |
cglib : cglib | jar | 2.2 |
commons-beanutils : commons-beanutils | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.jackrabbit : jackrabbit-core | jar | 2.4.1 |
org.apache.jackrabbit : jackrabbit-jcr-tests | jar | 2.4.1 |
junit : junit | jar | 4.7 |
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
xerces : xercesImpl | jar | 2.9.1 |