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