| License |
License |
|---|---|
| GroupId | GroupIdorg.richfaces |
| ArtifactId | ArtifactIdrichfaces-root-parent |
| Last Version | Last Version4.3.7.Final |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionRichFaces Root Parent
This is the root parent for the richfaces project that is released with
the project, and contains pluginmangement, and common testing dependency
management elements.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| richfaces-root-parent-4.3.7.Final.pom | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-root-parent/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.7.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-root-parent/
implementation 'org.richfaces:richfaces-root-parent:4.3.7.Final'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-root-parent/
implementation ("org.richfaces:richfaces-root-parent:4.3.7.Final")
'org.richfaces:richfaces-root-parent:pom:4.3.7.Final'
<dependency org="org.richfaces" name="richfaces-root-parent" rev="4.3.7.Final">
<artifact name="richfaces-root-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-root-parent', version='4.3.7.Final')
)
libraryDependencies += "org.richfaces" % "richfaces-root-parent" % "4.3.7.Final"
[org.richfaces/richfaces-root-parent "4.3.7.Final"]