GroupId | GroupIdorg.richfaces |
---|---|
ArtifactId | ArtifactIdrichfaces-page-fragments |
Version | Version4.5.14.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.richfaces/richfaces-page-fragments/ -->
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-page-fragments</artifactId>
<version>4.5.14.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.richfaces/richfaces-page-fragments/
implementation 'org.richfaces:richfaces-page-fragments:4.5.14.Final'
// https://jarcasting.com/artifacts/org.richfaces/richfaces-page-fragments/
implementation ("org.richfaces:richfaces-page-fragments:4.5.14.Final")
'org.richfaces:richfaces-page-fragments:jar:4.5.14.Final'
<dependency org="org.richfaces" name="richfaces-page-fragments" rev="4.5.14.Final">
<artifact name="richfaces-page-fragments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.richfaces', module='richfaces-page-fragments', version='4.5.14.Final')
)
libraryDependencies += "org.richfaces" % "richfaces-page-fragments" % "4.5.14.Final"
[org.richfaces/richfaces-page-fragments "4.5.14.Final"]