The Java Content Repository API (JCR) provides a standard interface for content repositories, as specified by JSR-283.
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>1.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal JCR session login using Repository and Session.
Use JCR 2.0 API (javax.jcr) and ensure your repository implementation supports it.
No dependency data recorded yet.