is not current version
Last Version 13

org.richfaces:richfaces-parent 10

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

10
Type

Type

pom

Download richfaces-parent 10

Filename Size
richfaces-parent-10.pom 6 KB
Browse

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