Download javax.faces-api-2.2.jar file - Jar j

Jar examples for j:javax.faces-api

Description

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

You can download jar file javax.faces-api 2.2 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) plus GPL

Build File

You can use the following script to add javax.faces-api-2.2.jar to your project.

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

Download

Click the following link to download the jar file.

javax.faces-api-2.2-javadoc.jar
javax.faces-api-2.2-sources.jar
javax.faces-api-2.2.jar
javax.faces-api-2.2.pom



Related Tutorials