is not current version
Last Version 13

org.richfaces:richfaces-parent 5

The Parent for all RichFaces sub-projects. This specifies build, plugin and project meta-data.

GroupId

GroupId

org.richfaces
ArtifactId

ArtifactId

richfaces-parent
Version

Version

5
Type

Type

pom

Download richfaces-parent 5

Filename Size
richfaces-parent-5.pom 18 KB
Browse

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