License |
License |
---|---|
GroupId | GroupIdorg.richfaces |
ArtifactId | ArtifactIdrichfaces-bom |
Last Version | Last Version5.0.0.Alpha3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRichFaces BOM
The RichFaces "Bill of Materials". This defines the optional cache dependency versions for RichFaces.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
richfaces-bom-5.0.0.Alpha3.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<version>5.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/
implementation 'org.richfaces:richfaces-bom:5.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/
implementation ("org.richfaces:richfaces-bom:5.0.0.Alpha3")
'org.richfaces:richfaces-bom:pom:5.0.0.Alpha3'
<dependency org="org.richfaces" name="richfaces-bom" rev="5.0.0.Alpha3">
<artifact name="richfaces-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-bom', version='5.0.0.Alpha3')
)
libraryDependencies += "org.richfaces" % "richfaces-bom" % "5.0.0.Alpha3"
[org.richfaces/richfaces-bom "5.0.0.Alpha3"]