Jar examples for j:jsf-impl
This is the master POM file for Oracle's Implementation of the JSF 2.0 Specification.
You can download jar file jsf-impl 1.1_02 in this page.
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
You can use the following script to add jsf-impl-1.1_02.jar to your project.
<dependency> <groupId>javax.faces</groupId> <artifactId>jsf-impl</artifactId> <version>1.1_02</version> </dependency>
compile group: 'javax.faces', name: 'jsf-impl', version: '1.1_02'
libraryDependencies += "javax.faces" % "jsf-impl" % "1.1_02"
<dependency org="javax.faces" name="jsf-impl" rev="1.1_02"/>
@Grapes(@Grab(group='javax.faces', module='jsf-impl', version='1.1_02'))
'javax.faces:jsf-impl:jar:1.1_02'
Click the following link to download the jar file.
jsf-impl-1.1_02.jar