r

richfaces-parent

This is the parent for all RichFaces artifacts, and contains project metadata, shared/stable configuration, and other common settings that change very rarely.
https://github.com/albfernandez/richfaces
GNU Lesser General Public License, Version 2.1
RichFaces committers
Files download
File Operation
richfaces-parent-4.6.14.ayg.pom download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez.richfaces</groupId>
  <artifactId>richfaces-parent</artifactId>
  <version>4.6.14.ayg</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez.richfaces:richfaces-parent:4.6.14.ayg'
Gradle Kotlin
implementation("com.github.albfernandez.richfaces:richfaces-parent:4.6.14.ayg")
Scala SBT
libraryDependencies += "com.github.albfernandez.richfaces" % "richfaces-parent" % "4.6.14.ayg"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez.richfaces', module='richfaces-parent', version='4.6.14.ayg')
)
Apache Ivy
<dependency org="com.github.albfernandez.richfaces" name="richfaces-parent" rev="4.6.14.ayg" />
Leiningen
[com.github.albfernandez.richfaces/richfaces-parent "4.6.14.ayg"]
Apache Buildr
'com.github.albfernandez.richfaces:richfaces-parent:jar:4.6.14.ayg'