Download jsf-api-1.2_12.jar file - Jar j

Jar examples for j:jsf-api

Description

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

You can download jar file jsf-api 1.2_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-api-1.2_12.jar to your project.

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

Download

Click the following link to download the jar file.

jsf-api-1.2_12.jar
jsf-api-1.2_12-sources.jar
jsf-api-1.2_12.pom



Related Tutorials