is not current version
Last Version 13

org.richfaces:richfaces-parent 4.5.17.Final

This is the parent for all RichFaces artifacts, and contains project metadata, shared/stable configuration, and other common settings that change very rarely.

GroupId

GroupId

org.richfaces
ArtifactId

ArtifactId

richfaces-parent
Version

Version

4.5.17.Final
Type

Type

pom

Download richfaces-parent 4.5.17.Final


<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-parent/ -->
<dependency>
    <groupId>org.richfaces</groupId>
    <artifactId>richfaces-parent</artifactId>
    <version>4.5.17.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-parent/
implementation 'org.richfaces:richfaces-parent:4.5.17.Final'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-parent/
implementation ("org.richfaces:richfaces-parent:4.5.17.Final")
'org.richfaces:richfaces-parent:pom:4.5.17.Final'
<dependency org="org.richfaces" name="richfaces-parent" rev="4.5.17.Final">
  <artifact name="richfaces-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-parent', version='4.5.17.Final')
)
libraryDependencies += "org.richfaces" % "richfaces-parent" % "4.5.17.Final"
[org.richfaces/richfaces-parent "4.5.17.Final"]