Jar examples for j:jsf-api
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 in this page.
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
You can use the following script to add jsf-api-2.0.jar to your project.
<dependency> <groupId>javax.faces</groupId> <artifactId>jsf-api</artifactId> <version>2.0</version> </dependency>
compile group: 'javax.faces', name: 'jsf-api', version: '2.0'
libraryDependencies += "javax.faces" % "jsf-api" % "2.0"
<dependency org="javax.faces" name="jsf-api" rev="2.0"/>
@Grapes(@Grab(group='javax.faces', module='jsf-api', version='2.0'))
'javax.faces:jsf-api:jar:2.0'
Click the following link to download the jar file.
jsf-api-2.0-sources.jar