GroupId | GroupIdcom.liferay.faces.demos |
---|---|
ArtifactId | ArtifactIdrichfaces4-portlet |
Version | Version3.2.4-ga5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.liferay.faces.demos/richfaces4-portlet/ -->
<dependency>
<groupId>com.liferay.faces.demos</groupId>
<artifactId>richfaces4-portlet</artifactId>
<version>3.2.4-ga5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/richfaces4-portlet/
implementation 'com.liferay.faces.demos:richfaces4-portlet:3.2.4-ga5'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/richfaces4-portlet/
implementation ("com.liferay.faces.demos:richfaces4-portlet:3.2.4-ga5")
'com.liferay.faces.demos:richfaces4-portlet:war:3.2.4-ga5'
<dependency org="com.liferay.faces.demos" name="richfaces4-portlet" rev="3.2.4-ga5">
<artifact name="richfaces4-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='richfaces4-portlet', version='3.2.4-ga5')
)
libraryDependencies += "com.liferay.faces.demos" % "richfaces4-portlet" % "3.2.4-ga5"
[com.liferay.faces.demos/richfaces4-portlet "3.2.4-ga5"]