MVN

com.github.albfernandez.richfaces : richfaces-a4j

Maven & Gradle

Jan 11, 2023
37 usages
15 stars

RichFaces a4j components

<dependency>
    <groupId>com.github.albfernandez.richfaces</groupId>
    <artifactId>richfaces-a4j</artifactId>
    <version>4.6.21.ayg</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.albfernandez.richfaces : richfaces-a4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.21.ayg

All Versions

Choose a version of com.github.albfernandez.richfaces : richfaces-a4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
richfaces-a4j-4.6.21.ayg
richfaces-a4j-4.6.20.ayg
richfaces-a4j-4.6.19.ayg
richfaces-a4j-4.6.18.ayg
richfaces-a4j-4.6.17.ayg
richfaces-a4j-4.6.16.ayg
richfaces-a4j-4.6.15.ayg
richfaces-a4j-4.6.14.ayg
richfaces-a4j-4.6.13.ayg
richfaces-a4j-4.6.12.ayg
richfaces-a4j-4.6.11.ayg
richfaces-a4j-4.6.10.ayg
richfaces-a4j-4.6.9.ayg
richfaces-a4j-4.6.8.ayg
richfaces-a4j-4.6.7.ayg
richfaces-a4j-4.6.6.ayg
richfaces-a4j-4.6.5.ayg
richfaces-a4j-4.6.3.ayg
richfaces-a4j-4.6.2.ayg

How to add a dependency to Maven

Add the following com.github.albfernandez.richfaces : richfaces-a4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.albfernandez.richfaces</groupId>
    <artifactId>richfaces-a4j</artifactId>
    <version>4.6.21.ayg</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.albfernandez.richfaces : richfaces-a4j gradle dependency to your build.gradle file:

implementation 'com.github.albfernandez.richfaces:richfaces-a4j:4.6.21.ayg'

Gradle Kotlin DSL: Add the following com.github.albfernandez.richfaces : richfaces-a4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.albfernandez.richfaces:richfaces-a4j:4.6.21.ayg")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.albfernandez.richfaces : richfaces-a4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.albfernandez.richfaces" % "richfaces-a4j" % "4.6.21.ayg"

Advertisement