GroupId | GroupIdorg.richfaces |
---|---|
ArtifactId | ArtifactIdrichfaces |
Version | Version4.5.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
richfaces-4.5.0.CR1.pom | |
richfaces-4.5.0.CR1.jar | 8 MB |
richfaces-4.5.0.CR1-vdldoc.jar | 267 KB |
richfaces-4.5.0.CR1-sources.jar | 2 MB |
richfaces-4.5.0.CR1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
<version>4.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces/
implementation 'org.richfaces:richfaces:4.5.0.CR1'
// https://jarcasting.com/artifacts/org.richfaces/richfaces/
implementation ("org.richfaces:richfaces:4.5.0.CR1")
'org.richfaces:richfaces:jar:4.5.0.CR1'
<dependency org="org.richfaces" name="richfaces" rev="4.5.0.CR1">
<artifact name="richfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces', version='4.5.0.CR1')
)
libraryDependencies += "org.richfaces" % "richfaces" % "4.5.0.CR1"
[org.richfaces/richfaces "4.5.0.CR1"]