Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.liferay.faces.demos |
ArtifactId | ArtifactIdjsf2-cdi-portlet |
Version | Version3.1.3-ga4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-cdi-portlet/ -->
<dependency>
<groupId>com.liferay.faces.demos</groupId>
<artifactId>jsf2-cdi-portlet</artifactId>
<version>3.1.3-ga4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-cdi-portlet/
implementation 'com.liferay.faces.demos:jsf2-cdi-portlet:3.1.3-ga4'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-cdi-portlet/
implementation ("com.liferay.faces.demos:jsf2-cdi-portlet:3.1.3-ga4")
'com.liferay.faces.demos:jsf2-cdi-portlet:war:3.1.3-ga4'
<dependency org="com.liferay.faces.demos" name="jsf2-cdi-portlet" rev="3.1.3-ga4">
<artifact name="jsf2-cdi-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='jsf2-cdi-portlet', version='3.1.3-ga4')
)
libraryDependencies += "com.liferay.faces.demos" % "jsf2-cdi-portlet" % "3.1.3-ga4"
[com.liferay.faces.demos/jsf2-cdi-portlet "3.1.3-ga4"]