MVN

org.apache.sling : org.apache.sling.scripting.sightly.compiler

Maven & Gradle

Aug 04, 2021
20 usages

Apache Sling Scripting HTL Compiler · The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree.

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
    <version>1.2.14-1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.14-1.4.0

All Versions

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

Version Vulnerabilities Updated
1.2.x
org.apache.sling.scripting.sightly.compiler-1.2.14-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.12-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.10-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.8-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.6-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.4-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.2-1.4.0
org.apache.sling.scripting.sightly.compiler-1.2.0-1.4.0
1.1.x
org.apache.sling.scripting.sightly.compiler-1.1.2-1.4.0
org.apache.sling.scripting.sightly.compiler-1.1.0-1.4.0
1.0.x
org.apache.sling.scripting.sightly.compiler-1.0.22-1.4.0
org.apache.sling.scripting.sightly.compiler-1.0.20-1.3.1
org.apache.sling.scripting.sightly.compiler-1.0.16
org.apache.sling.scripting.sightly.compiler-1.0.14
org.apache.sling.scripting.sightly.compiler-1.0.12
org.apache.sling.scripting.sightly.compiler-1.0.10
org.apache.sling.scripting.sightly.compiler-1.0.8
org.apache.sling.scripting.sightly.compiler-1.0.6
org.apache.sling.scripting.sightly.compiler-1.0.4
org.apache.sling.scripting.sightly.compiler-1.0.2
org.apache.sling.scripting.sightly.compiler-1.0.0

How to add a dependency to Maven

Add the following org.apache.sling : org.apache.sling.scripting.sightly.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.scripting.sightly.compiler</artifactId>
    <version>1.2.14-1.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.sling:org.apache.sling.scripting.sightly.compiler:1.2.14-1.4.0'

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

implementation("org.apache.sling:org.apache.sling.scripting.sightly.compiler:1.2.14-1.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.sling" % "org.apache.sling.scripting.sightly.compiler" % "1.2.14-1.4.0"