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