Download jsf-facelets-1.1.12.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.12 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.12.jar to your project.

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

Download

Click the following link to download the jar file.

jsf-facelets-1.1.12.jar
jsf-facelets-1.1.12.pom



Related Tutorials