MVN

org.apache.sling : org.apache.sling.jcr.classloader

Maven & Gradle

Dec 03, 2018
8 usages

Apache Sling JCR ClassLoader · This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class writer which allows to store compiled classes (like compiled JSPs etc.) in the repository.

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.jcr.classloader</artifactId>
    <version>3.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : org.apache.sling.jcr.classloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.4

All Versions

Choose a version of org.apache.sling : org.apache.sling.jcr.classloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
org.apache.sling.jcr.classloader-3.2.4
org.apache.sling.jcr.classloader-3.2.2
org.apache.sling.jcr.classloader-3.2.0
3.1.x
org.apache.sling.jcr.classloader-3.1.12
org.apache.sling.jcr.classloader-3.1.10
org.apache.sling.jcr.classloader-3.1.8
org.apache.sling.jcr.classloader-3.1.6
org.apache.sling.jcr.classloader-3.1.4
org.apache.sling.jcr.classloader-3.1.2
org.apache.sling.jcr.classloader-3.1.0
3.0.x
org.apache.sling.jcr.classloader-3.0.0
2.0.x
org.apache.sling.jcr.classloader-2.0.6
org.apache.sling.jcr.classloader-2.0.4-incubator
org.apache.sling.jcr.classloader-2.0.2-incubator

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.jcr.classloader</artifactId>
    <version>3.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.sling : org.apache.sling.jcr.classloader gradle dependency to your build.gradle file:

implementation 'org.apache.sling:org.apache.sling.jcr.classloader:3.2.4'

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

implementation("org.apache.sling:org.apache.sling.jcr.classloader:3.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.sling : org.apache.sling.jcr.classloader sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.sling" % "org.apache.sling.jcr.classloader" % "3.2.4"