GroupId | GroupIdcom.liferay.faces.demos |
---|---|
ArtifactId | ArtifactIdrichfaces4-portlet |
Version | Version3.1.2-ga3 |
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.1.2-ga3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/richfaces4-portlet/
implementation 'com.liferay.faces.demos:richfaces4-portlet:3.1.2-ga3'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/richfaces4-portlet/
implementation ("com.liferay.faces.demos:richfaces4-portlet:3.1.2-ga3")
'com.liferay.faces.demos:richfaces4-portlet:war:3.1.2-ga3'
<dependency org="com.liferay.faces.demos" name="richfaces4-portlet" rev="3.1.2-ga3">
<artifact name="richfaces4-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='richfaces4-portlet', version='3.1.2-ga3')
)
libraryDependencies += "com.liferay.faces.demos" % "richfaces4-portlet" % "3.1.2-ga3"
[com.liferay.faces.demos/richfaces4-portlet "3.1.2-ga3"]