Registry / database / modeshape-jcr

modeshape-jcr

JSON →
library5.4.1.Finaljavamavenunverified

ModeShape implementation of the Java Content Repository (JCR) API for hierarchical content storage.

<dependency> <groupId>org.modeshape</groupId> <artifactId>modeshape-jcr</artifactId> <version>5.4.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · MODESHAPE-JCR
M
modeshape-jcr
databasejavav5.4.1.Final
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.

JcrRepository
org.modeshape.jcr.api.JcrRepository

Connects to a ModeShape JCR repository.

import org.modeshape.jcr.api.JcrRepository; import javax.jcr.Repository; public class Example { public void connect() throws Exception { JcrRepository repository = new JcrRepository(); Repository jcrRepo = repository.getRepository(); } }
Debug
Known issues
breakingModeShape is no longer actively maintained; consider migrating to Apache Jackrabbit or other JCR implementations.
fix
Replace ModeShape with a supported JCR implementation like Apache Jackrabbit.
affects: all
Upgrade
Version history
5.4.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
modeshape-jcr — mvn dependency:get modeshape-jcr · libregistry