Download jsf-facelets-1.1.11.jar file - Jar j

Jar examples for j:jsf-facelets

Description

Facelets is an open source alternative view handler technology for JavaServer Faces (JSF).

You can download jar file jsf-facelets 1.1.11 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jsf-facelets-1.1.11.jar to your project.

<dependency>
   <groupId>com.sun.facelets</groupId>
   <artifactId>jsf-facelets</artifactId>
   <version>1.1.11</version>
</dependency>
compile group: 'com.sun.facelets', name: 'jsf-facelets', version: '1.1.11'
libraryDependencies += "com.sun.facelets" % "jsf-facelets" % "1.1.11"
<dependency org="com.sun.facelets" name="jsf-facelets" rev="1.1.11"/>
@Grapes(@Grab(group='com.sun.facelets', module='jsf-facelets', version='1.1.11'))
'com.sun.facelets:jsf-facelets:jar:1.1.11'

Download

Click the following link to download the jar file.

jsf-facelets-1.1.11.jar
jsf-facelets-1.1.11.pom



Related Tutorials