MVN

org.apache.myfaces.tobago : tobago-config-mojarra

Maven & Gradle

Jun 19, 2023

Tobago Helper to activate Mojarra · Includes the Mojarra activation listener.

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-config-mojarra</artifactId>
    <version>5.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.7.2
  • Latest Alpha: 5.0.0-alpha-2

All Versions

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

Version Vulnerabilities Updated
5.7.x
tobago-config-mojarra-5.7.2
tobago-config-mojarra-5.7.1
tobago-config-mojarra-5.7.0
5.6.x
tobago-config-mojarra-5.6.1
tobago-config-mojarra-5.6.0
5.5.x
tobago-config-mojarra-5.5.0
5.4.x
tobago-config-mojarra-5.4.0
5.3.x
tobago-config-mojarra-5.3.0
5.2.x
tobago-config-mojarra-5.2.0
5.1.x
tobago-config-mojarra-5.1.0
5.0.x
tobago-config-mojarra-5.0.0
tobago-config-mojarra-5.0.0-alpha-2
tobago-config-mojarra-5.0.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-config-mojarra</artifactId>
    <version>5.7.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.myfaces.tobago:tobago-config-mojarra:5.7.2'

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

implementation("org.apache.myfaces.tobago:tobago-config-mojarra:5.7.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.myfaces.tobago" % "tobago-config-mojarra" % "5.7.2"