MVN

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

Maven & Gradle

Sep 18, 2012
1 usages

Apache MyFaces JSF-2.1 Core Shaded Impl · Provides a shaded copy of impl, to allow implee6 module to use myfaces-impl SPI API and keep jdk 1.5 compatible

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

Latest Version

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

  • Latest Stable: 2.1.9

All Versions

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

Version Vulnerabilities Updated
2.1.x
myfaces-shaded-impl-2.1.9
myfaces-shaded-impl-2.1.8
myfaces-shaded-impl-2.1.7
myfaces-shaded-impl-2.1.6
myfaces-shaded-impl-2.1.5
myfaces-shaded-impl-2.1.4
myfaces-shaded-impl-2.1.3
myfaces-shaded-impl-2.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.myfaces.core.internal</groupId>
    <artifactId>myfaces-shaded-impl</artifactId>
    <version>2.1.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.myfaces.core.internal:myfaces-shaded-impl:2.1.9'

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

implementation("org.apache.myfaces.core.internal:myfaces-shaded-impl:2.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.myfaces.core.internal" % "myfaces-shaded-impl" % "2.1.9"