MVN

com.sun.faces.extensions.maven : jsf-extensions-master

Maven & Gradle

Dec 24, 2018
4 stars

Master POM · This is a master POM that is meant to be used by the various jsf-extensions modules. It contains information that is common to all projects.

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

Latest Version

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

  • Latest Stable: 0.1.1

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement