MVN

javax.faces : jsf-impl

Maven & Gradle

Apr 12, 2018
89 usages

Oracle's implementation of the JSF 1.2 specification API. · This is the master POM file for Sun's Implementation of the JSF 1.2 Specification.

<dependency>
    <groupId>javax.faces</groupId>
    <artifactId>jsf-impl</artifactId>
    <version>1.2_15-06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.faces : jsf-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2_15-06
  • Latest Beta: 1.2_09-BETA1

All Versions

Choose a version of javax.faces : jsf-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
jsf-impl-1.2-20
CVE-2008-1285
jsf-impl-1.2
CVE-2008-1285
jsf-impl-1.2-b19
CVE-2008-1285
jsf-impl-1.2-NIGHTLY_20060227
CVE-2008-1285
1.2_15
jsf-impl-1.2_15-06
jsf-impl-1.2_15-05
jsf-impl-1.2_15-04
jsf-impl-1.2_15-03
jsf-impl-1.2_15-B02
jsf-impl-1.2_15
1.2_09
jsf-impl-1.2_09-03
jsf-impl-1.2_09
jsf-impl-1.2_09-BETA1
1.2_14
jsf-impl-1.2_14
1.2_13
jsf-impl-1.2_13
1.2_12
jsf-impl-1.2_12
1.2_11
jsf-impl-1.2_11
1.2_10
jsf-impl-1.2_10
jsf-impl-1.2_10-b01
1.2_08
jsf-impl-1.2_08
1.2_07
jsf-impl-1.2_07
CVE-2008-1285
1.2_06
jsf-impl-1.2_06
CVE-2008-1285
1.2_05
jsf-impl-1.2_05
CVE-2008-1285
1.2_04
jsf-impl-1.2_04-p02
CVE-2008-1285
jsf-impl-1.2_04-p01
CVE-2008-1285
jsf-impl-1.2_04
CVE-2008-1285
1.2_03
jsf-impl-1.2_03
CVE-2008-1285
1.2_02
jsf-impl-1.2_02
CVE-2008-1285
1.2_01
jsf-impl-1.2_01-B04
CVE-2008-1285
1.1_02
jsf-impl-1.1_02

How to add a dependency to Maven

Add the following javax.faces : jsf-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>javax.faces</groupId>
    <artifactId>jsf-impl</artifactId>
    <version>1.2_15-06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.faces : jsf-impl gradle dependency to your build.gradle file:

implementation 'javax.faces:jsf-impl:1.2_15-06'

Gradle Kotlin DSL: Add the following javax.faces : jsf-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.faces:jsf-impl:1.2_15-06")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.faces : jsf-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.faces" % "jsf-impl" % "1.2_15-06"

Advertisement