MVN

com.adobe.granite.sling : org.apache.sling.jcr.resource

Maven & Gradle

Nov 04, 2020
4 usages

Apache Sling JCR Resource Resolver (Adobe Vendor Branch) · This bundle provides the JCR based ResourceResolver. This is a Adobe Vendor Branch Build for CQ 5.5

<dependency>
    <groupId>com.adobe.granite.sling</groupId>
    <artifactId>org.apache.sling.jcr.resource</artifactId>
    <version>2.2.4-B001</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.granite.sling : org.apache.sling.jcr.resource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4-B001

All Versions

Choose a version of com.adobe.granite.sling : org.apache.sling.jcr.resource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
org.apache.sling.jcr.resource-2.2.4-B001
2.1.x
org.apache.sling.jcr.resource-2.1.1-B008
org.apache.sling.jcr.resource-2.1.1-B006
org.apache.sling.jcr.resource-2.1.1-B001
org.apache.sling.jcr.resource-2.1.1-B009
org.apache.sling.jcr.resource-2.1.1-B002
org.apache.sling.jcr.resource-2.1.1-B010
org.apache.sling.jcr.resource-2.1.1-B005
org.apache.sling.jcr.resource-2.1.1-B004

How to add a dependency to Maven

Add the following com.adobe.granite.sling : org.apache.sling.jcr.resource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.granite.sling</groupId>
    <artifactId>org.apache.sling.jcr.resource</artifactId>
    <version>2.2.4-B001</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.granite.sling : org.apache.sling.jcr.resource gradle dependency to your build.gradle file:

implementation 'com.adobe.granite.sling:org.apache.sling.jcr.resource:2.2.4-B001'

Gradle Kotlin DSL: Add the following com.adobe.granite.sling : org.apache.sling.jcr.resource gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.granite.sling:org.apache.sling.jcr.resource:2.2.4-B001")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.granite.sling : org.apache.sling.jcr.resource sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.granite.sling" % "org.apache.sling.jcr.resource" % "2.2.4-B001"