Download org.apache.sling.scripting.sightly-1.0.20.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.20 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

org.apache.sling.scripting.sightly-1.0.20-javadoc.jar
org.apache.sling.scripting.sightly-1.0.20-sources.jar
org.apache.sling.scripting.sightly-1.0.20.jar
org.apache.sling.scripting.sightly-1.0.20.pom



Related Tutorials