Registry / database / oak-jcr

oak-jcr

JSON →
library1.92.0javamavenunverified

Apache Jackrabbit Oak is a scalable and performant hierarchical content repository for use as the foundation of modern web sites and content applications.

<dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>oak-jcr</artifactId> <version>1.92.0</version> </dependency>
INSTALL
IMPORT
SIG · OAK-JCR
O
oak-jcr
databasejavav1.92.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RepositoryImpl
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl

Creates an Oak JCR repository instance.

import org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl; import org.apache.jackrabbit.oak.Oak; import org.apache.jackrabbit.oak.jcr.Jcr; import javax.jcr.Repository; public class Example { public static void main(String[] args) throws Exception { Oak oak = new Oak(); Jcr jcr = new Jcr(oak); Repository repository = jcr.createRepository(); System.out.println("Repository created: " + repository.getDescriptor(Repository.REP_NAME_DESC)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.92.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
oak-jcr — mvn dependency:get oak-jcr · libregistry