Download jsf-api-2.0.3-b03.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 2.0.3-b03 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-2.0.3-b03.jar to your project.

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

Download

Click the following link to download the jar file.

jsf-api-2.0.3-b03.jar
jsf-api-2.0.3-b03.pom
jsf-api-2.0.3-b03-sources.jar



Related Tutorials