MVN

org.apache.myfaces.core.internal : myfaces-impl-ee6

Maven & Gradle

Apr 29, 2021
2 usages

Apache MyFaces JSF-2.0 Core Impl for Java EE 6 · The private implementation classes of the Apache MyFaces Core JSF-2.0 Implementation which require Java EE 6

<dependency>
    <groupId>org.apache.myfaces.core.internal</groupId>
    <artifactId>myfaces-impl-ee6</artifactId>
    <version>2.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.core.internal : myfaces-impl-ee6 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.25

All Versions

Choose a version of org.apache.myfaces.core.internal : myfaces-impl-ee6 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
myfaces-impl-ee6-2.1.9
myfaces-impl-ee6-2.1.8
myfaces-impl-ee6-2.1.7
myfaces-impl-ee6-2.1.6
myfaces-impl-ee6-2.1.5
myfaces-impl-ee6-2.1.4
myfaces-impl-ee6-2.1.3
myfaces-impl-ee6-2.1.2
2.0.x
myfaces-impl-ee6-2.0.25
myfaces-impl-ee6-2.0.24
myfaces-impl-ee6-2.0.23
myfaces-impl-ee6-2.0.22
myfaces-impl-ee6-2.0.21
myfaces-impl-ee6-2.0.20
myfaces-impl-ee6-2.0.19
myfaces-impl-ee6-2.0.18
myfaces-impl-ee6-2.0.17
myfaces-impl-ee6-2.0.16
myfaces-impl-ee6-2.0.15
myfaces-impl-ee6-2.0.14
myfaces-impl-ee6-2.0.13
myfaces-impl-ee6-2.0.12
myfaces-impl-ee6-2.0.11
myfaces-impl-ee6-2.0.10
myfaces-impl-ee6-2.0.9
myfaces-impl-ee6-2.0.8

How to add a dependency to Maven

Add the following org.apache.myfaces.core.internal : myfaces-impl-ee6 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.myfaces.core.internal</groupId>
    <artifactId>myfaces-impl-ee6</artifactId>
    <version>2.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.core.internal : myfaces-impl-ee6 gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.core.internal:myfaces-impl-ee6:2.0.25'

Gradle Kotlin DSL: Add the following org.apache.myfaces.core.internal : myfaces-impl-ee6 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.core.internal:myfaces-impl-ee6:2.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.core.internal : myfaces-impl-ee6 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.core.internal" % "myfaces-impl-ee6" % "2.0.25"