MVN

org.apache.sling : org.apache.sling.jcr.compiler

Maven & Gradle

Nov 27, 2012
8 usages

Apache Sling JCR Java Compiler · The Sling JCR Java Compiler bundle provides support for compiling Java source code stored in the repository and writing the class files to the repository.

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

Latest Version

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

  • Latest Stable: 2.1.0

All Versions

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

Version Vulnerabilities Updated
2.1.x
org.apache.sling.jcr.compiler-2.1.0
2.0.x
org.apache.sling.jcr.compiler-2.0.4
org.apache.sling.jcr.compiler-2.0.2
org.apache.sling.jcr.compiler-2.0.0
1.0.x
org.apache.sling.jcr.compiler-1.0.0

How to add a dependency to Maven

Add the following org.apache.sling : org.apache.sling.jcr.compiler 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.compiler</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.sling:org.apache.sling.jcr.compiler:2.1.0'

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

implementation("org.apache.sling:org.apache.sling.jcr.compiler:2.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.sling" % "org.apache.sling.jcr.compiler" % "2.1.0"