MVN

org.apache.myfaces.commons : myfaces-commons

Maven & Gradle

Feb 11, 2006

Commons · The MyFaces Commons Subproject provides base classes for usage in both the MyFaces implementation and the MyFaces Tomahawk components. This is also a general set of utility classes for usage in your JSF projects independent of the implementation you might be deciding upon.

<dependency>
    <groupId>org.apache.myfaces.commons</groupId>
    <artifactId>myfaces-commons</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.commons : myfaces-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.apache.myfaces.commons : myfaces-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
myfaces-commons-1.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.myfaces.commons</groupId>
    <artifactId>myfaces-commons</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.commons : myfaces-commons gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.commons:myfaces-commons:1.1.2'

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

implementation("org.apache.myfaces.commons:myfaces-commons:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.commons : myfaces-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.commons" % "myfaces-commons" % "1.1.2"