Registry / other / org-apache-sling-jcr-resource

org-apache-sling-jcr-resource

JSON →
library3.3.6javamavenunverified

This bundle provides the JCR based ResourceProvider for Apache Sling, enabling resource access via JCR.

<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.resource</artifactId> <version>3.3.6</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SLING-J
O
org-apache-sling-jcr-resource
otherjavav3.3.6
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.

JcrResourceProvider
org.apache.sling.jcr.resource.JcrResourceProvider

Creates a JCR resource provider and gets a resource resolver.

import org.apache.sling.jcr.resource.JcrResourceProvider; import org.apache.sling.api.resource.ResourceResolver; public class Main { public static void main(String[] args) { JcrResourceProvider provider = new JcrResourceProvider(); ResourceResolver resolver = provider.getResourceResolver(null); System.out.println("Resource resolver: " + resolver); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-apache-sling-jcr-resource — mvn dependency:get org-apache-sling-jcr-resource · libregistry