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