Download jsf-impl-1.2.jar file - Jar j

Jar examples for j:jsf-impl

Description

This is the master POM file for Oracle's Implementation of the JSF 2.0 Specification.

You can download jar file jsf-impl 1.2 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jsf-impl-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

jsf-impl-1.2-sources.jar
jsf-impl-1.2.jar
jsf-impl-1.2.pom



Related Tutorials