License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdorg.richfaces |
ArtifactId | ArtifactIdrichfaces-distribution |
Last Version | Last Version5.0.0.Alpha3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRichFaces Distribution Assembler
This is the parent for all RichFaces artifacts, and contains project
metadata, shared/stable configuration, and other common settings that
change very rarely.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
richfaces-distribution-5.0.0.Alpha3.pom | |
richfaces-distribution-5.0.0.Alpha3.zip | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-distribution/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-distribution</artifactId>
<version>5.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-distribution/
implementation 'org.richfaces:richfaces-distribution:5.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-distribution/
implementation ("org.richfaces:richfaces-distribution:5.0.0.Alpha3")
'org.richfaces:richfaces-distribution:pom:5.0.0.Alpha3'
<dependency org="org.richfaces" name="richfaces-distribution" rev="5.0.0.Alpha3">
<artifact name="richfaces-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-distribution', version='5.0.0.Alpha3')
)
libraryDependencies += "org.richfaces" % "richfaces-distribution" % "5.0.0.Alpha3"
[org.richfaces/richfaces-distribution "5.0.0.Alpha3"]