License |
License |
---|---|
GroupId | GroupIdorg.apache.sling |
ArtifactId | ArtifactIdorg.apache.sling.scripting.sightly.compiler |
Last Version | Last Version1.2.14-1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Sling Scripting HTL Compiler
The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract
Syntax Tree.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.scripting.sightly.compiler/ -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
<version>1.2.14-1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.scripting.sightly.compiler/
implementation 'org.apache.sling:org.apache.sling.scripting.sightly.compiler:1.2.14-1.4.0'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.scripting.sightly.compiler/
implementation ("org.apache.sling:org.apache.sling.scripting.sightly.compiler:1.2.14-1.4.0")
'org.apache.sling:org.apache.sling.scripting.sightly.compiler:jar:1.2.14-1.4.0'
<dependency org="org.apache.sling" name="org.apache.sling.scripting.sightly.compiler" rev="1.2.14-1.4.0">
<artifact name="org.apache.sling.scripting.sightly.compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.scripting.sightly.compiler', version='1.2.14-1.4.0')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.scripting.sightly.compiler" % "1.2.14-1.4.0"
[org.apache.sling/org.apache.sling.scripting.sightly.compiler "1.2.14-1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.7.1 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.annotation.versioning | jar | 1.1.0 |
org.osgi : org.osgi.service.component.annotations | jar | 1.4.0 |
org.apache.sling : org.apache.sling.scripting.sightly.runtime | jar | 1.2.0-1.4.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.5 |
commons-io : commons-io | jar | 2.5 |
org.jetbrains : annotations | jar | 16.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.powermock : powermock-api-mockito2 | jar | 2.0.2 |
org.powermock : powermock-module-junit4 | jar | 2.0.2 |