Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.liferay.faces.demos |
ArtifactId | ArtifactIdjsf2-portlet |
Version | Version3.0.5-ga6 |
Type | Typewar |
Filename | Size |
---|---|
jsf2-portlet-3.0.5-ga6.pom | |
jsf2-portlet-3.0.5-ga6.war | 4 MB |
jsf2-portlet-3.0.5-ga6-sources.jar | 39 KB |
jsf2-portlet-3.0.5-ga6-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-portlet/ -->
<dependency>
<groupId>com.liferay.faces.demos</groupId>
<artifactId>jsf2-portlet</artifactId>
<version>3.0.5-ga6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-portlet/
implementation 'com.liferay.faces.demos:jsf2-portlet:3.0.5-ga6'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-portlet/
implementation ("com.liferay.faces.demos:jsf2-portlet:3.0.5-ga6")
'com.liferay.faces.demos:jsf2-portlet:war:3.0.5-ga6'
<dependency org="com.liferay.faces.demos" name="jsf2-portlet" rev="3.0.5-ga6">
<artifact name="jsf2-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='jsf2-portlet', version='3.0.5-ga6')
)
libraryDependencies += "com.liferay.faces.demos" % "jsf2-portlet" % "3.0.5-ga6"
[com.liferay.faces.demos/jsf2-portlet "3.0.5-ga6"]