Download javax.faces-2.2.13.jar file - Jar j

Jar examples for j:javax.faces

Description

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

You can download jar file javax.faces 2.2.13 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) plus GPL

Build File

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

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

Download

Click the following link to download the jar file.

javax.faces-2.2.13-javadoc.jar
javax.faces-2.2.13-sources.jar
javax.faces-2.2.13.jar
javax.faces-2.2.13.pom



Related Tutorials