MVN

com.sun.faces.extensions : jsf-extensions

Maven & Gradle

Dec 24, 2018
4 stars

JavaServer(tm) Faces Extensions · JCP Standard compliant extensions to JavaServer Faces Technology, including an implementation of the Avatar AJAX architecture.

<dependency>
    <groupId>com.sun.faces.extensions</groupId>
    <artifactId>jsf-extensions</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.faces.extensions : jsf-extensions to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.sun.faces.extensions : jsf-extensions to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
jsf-extensions-0.1.1
0.1
jsf-extensions-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sun.faces.extensions</groupId>
    <artifactId>jsf-extensions</artifactId>
    <version>0.1.1</version>
</dependency>

Advertisement