| GroupId | GroupIdorg.richfaces |
|---|---|
| ArtifactId | ArtifactIdrichfaces |
| Version | Version5.0.0.Alpha1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| richfaces-5.0.0.Alpha1.pom | |
| richfaces-5.0.0.Alpha1.jar | 7 MB |
| richfaces-5.0.0.Alpha1-vdldoc.jar | 278 KB |
| richfaces-5.0.0.Alpha1-sources.jar | 3 MB |
| richfaces-5.0.0.Alpha1-jsdoc.jar | 103 KB |
| richfaces-5.0.0.Alpha1-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
<version>5.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces/
implementation 'org.richfaces:richfaces:5.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.richfaces/richfaces/
implementation ("org.richfaces:richfaces:5.0.0.Alpha1")
'org.richfaces:richfaces:jar:5.0.0.Alpha1'
<dependency org="org.richfaces" name="richfaces" rev="5.0.0.Alpha1">
<artifact name="richfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces', version='5.0.0.Alpha1')
)
libraryDependencies += "org.richfaces" % "richfaces" % "5.0.0.Alpha1"
[org.richfaces/richfaces "5.0.0.Alpha1"]