Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.richfaces |
ArtifactId | ArtifactIdrichfaces-distribution |
Version | Version5.0.0.Alpha2 |
Type | Typepom |
Filename | Size |
---|---|
richfaces-distribution-5.0.0.Alpha2.pom | |
richfaces-distribution-5.0.0.Alpha2.zip | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-distribution/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-distribution</artifactId>
<version>5.0.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-distribution/
implementation 'org.richfaces:richfaces-distribution:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-distribution/
implementation ("org.richfaces:richfaces-distribution:5.0.0.Alpha2")
'org.richfaces:richfaces-distribution:pom:5.0.0.Alpha2'
<dependency org="org.richfaces" name="richfaces-distribution" rev="5.0.0.Alpha2">
<artifact name="richfaces-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-distribution', version='5.0.0.Alpha2')
)
libraryDependencies += "org.richfaces" % "richfaces-distribution" % "5.0.0.Alpha2"
[org.richfaces/richfaces-distribution "5.0.0.Alpha2"]