Download jsf-facelets-1.1.11a.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.11a 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.11a.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials