Download org.apache.sling.scripting.sightly-1.0.48-1.3.1.jar file - Jar o

Jar examples for o:org.apache.sling.scripting.sightly

Description

The Apache Sling Scripting HTL Engine is a Java implementation of the HTML Template Language specification. The bundle contains the HTL script engine and its runtime implementation.

You can download jar file org.apache.sling.scripting.sightly 1.0.48-1.3.1 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.scripting.sightly-1.0.48-1.3.1.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>org.apache.sling.scripting.sightly</artifactId>
   <version>1.0.48-1.3.1</version>
</dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.scripting.sightly', version: '1.0.48-1.3.1'
libraryDependencies += "org.apache.sling" % "org.apache.sling.scripting.sightly" % "1.0.48-1.3.1"
<dependency org="org.apache.sling" name="org.apache.sling.scripting.sightly" rev="1.0.48-1.3.1"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.scripting.sightly', version='1.0.48-1.3.1'))
'org.apache.sling:org.apache.sling.scripting.sightly:jar:1.0.48-1.3.1'

Download

Click the following link to download the jar file.

org.apache.sling.scripting.sightly-1.0.48-1.3.1-javadoc.jar
org.apache.sling.scripting.sightly-1.0.48-1.3.1-sources.jar
org.apache.sling.scripting.sightly-1.0.48-1.3.1.jar
org.apache.sling.scripting.sightly-1.0.48-1.3.1.pom



Related Tutorials