Download org.apache.sling.jcr.compiler-2.1.0.jar file - Jar o

Jar examples for o:org.apache.sling.jcr.compiler

Description

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.

You can download jar file org.apache.sling.jcr.compiler 2.1.0 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.jcr.compiler-2.1.0.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>org.apache.sling.jcr.compiler</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.jcr.compiler', version: '2.1.0'
libraryDependencies += "org.apache.sling" % "org.apache.sling.jcr.compiler" % "2.1.0"
<dependency org="org.apache.sling" name="org.apache.sling.jcr.compiler" rev="2.1.0"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.jcr.compiler', version='2.1.0'))
'org.apache.sling:org.apache.sling.jcr.compiler:jar:2.1.0'

Download

Click the following link to download the jar file.

org.apache.sling.jcr.compiler-2.1.0-javadoc.jar
org.apache.sling.jcr.compiler-2.1.0-sources.jar
org.apache.sling.jcr.compiler-2.1.0.jar
org.apache.sling.jcr.compiler-2.1.0.pom



Related Tutorials