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.
http://richfaces.org
GNU Lesser General Public License, Version 2.1
RichFaces committers
Files download
File Operation
richfaces-parent-5.0.0.Alpha3.pom download
Apache Maven
<dependency>
  <groupId>org.richfaces</groupId>
  <artifactId>richfaces-parent</artifactId>
  <version>5.0.0.Alpha3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.richfaces:richfaces-parent:5.0.0.Alpha3'
Gradle Kotlin
implementation("org.richfaces:richfaces-parent:5.0.0.Alpha3")
Scala SBT
libraryDependencies += "org.richfaces" % "richfaces-parent" % "5.0.0.Alpha3"
Groovy Grape
@Grapes(
  @Grab(group='org.richfaces', module='richfaces-parent', version='5.0.0.Alpha3')
)
Apache Ivy
<dependency org="org.richfaces" name="richfaces-parent" rev="5.0.0.Alpha3" />
Leiningen
[org.richfaces/richfaces-parent "5.0.0.Alpha3"]
Apache Buildr
'org.richfaces:richfaces-parent:jar:5.0.0.Alpha3'