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