License |
License |
---|---|
GroupId | GroupIdorg.richfaces |
ArtifactId | ArtifactIdrichfaces-parent |
Last Version | Last Version13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRichFaces Parent
This is the parent for all RichFaces artifacts, and contains project
metadata, shared/stable configuration, and other common settings that
change very rarely.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
richfaces-parent-13.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-parent/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
<version>13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-parent/
implementation 'org.richfaces:richfaces-parent:13'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-parent/
implementation ("org.richfaces:richfaces-parent:13")
'org.richfaces:richfaces-parent:pom:13'
<dependency org="org.richfaces" name="richfaces-parent" rev="13">
<artifact name="richfaces-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-parent', version='13')
)
libraryDependencies += "org.richfaces" % "richfaces-parent" % "13"
[org.richfaces/richfaces-parent "13"]