Registry / database / modeshape-jcr-api

modeshape-jcr-api

JSON →
library5.4.1.Finaljavamavenunverified

ModeShape JCR Repository API for content repository management.

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

Repository
org.modeshape.jcr.api.Repository

Create a ModeShape repository and obtain a JCR session.

import org.modeshape.jcr.api.Repository; import javax.jcr.Session; public class Example { public static void main(String[] args) throws Exception { Repository repo = new Repository(); Session session = repo.login(); System.out.println("Session created: " + session); session.logout(); } }
Debug
Known issues
breakingModeShape is no longer actively maintained; consider alternatives like Apache Jackrabbit.
fix
Migrate to a maintained JCR implementation.
affects: >=5.0.0
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-api — mvn dependency:get modeshape-jcr-api · libregistry