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