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