GroupId | GroupIdorg.richfaces |
---|---|
ArtifactId | ArtifactIdrichfaces-bom |
Version | Version4.3.1.Final |
Type | Typepom |
Filename | Size |
---|---|
richfaces-bom-4.3.1.Final.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<version>4.3.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/
implementation 'org.richfaces:richfaces-bom:4.3.1.Final'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-bom/
implementation ("org.richfaces:richfaces-bom:4.3.1.Final")
'org.richfaces:richfaces-bom:pom:4.3.1.Final'
<dependency org="org.richfaces" name="richfaces-bom" rev="4.3.1.Final">
<artifact name="richfaces-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-bom', version='4.3.1.Final')
)
libraryDependencies += "org.richfaces" % "richfaces-bom" % "4.3.1.Final"
[org.richfaces/richfaces-bom "4.3.1.Final"]