Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.liferay.faces.demos |
ArtifactId | ArtifactIdjsf2-portlet |
Version | Version3.1.2-ga3 |
Type | Typewar |
Filename | Size |
---|---|
jsf2-portlet-3.1.2-ga3.pom | |
jsf2-portlet-3.1.2-ga3.war | 1 MB |
jsf2-portlet-3.1.2-ga3-sources.jar | 22 KB |
jsf2-portlet-3.1.2-ga3-javadoc.jar | 71 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.1.2-ga3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-portlet/
implementation 'com.liferay.faces.demos:jsf2-portlet:3.1.2-ga3'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-portlet/
implementation ("com.liferay.faces.demos:jsf2-portlet:3.1.2-ga3")
'com.liferay.faces.demos:jsf2-portlet:war:3.1.2-ga3'
<dependency org="com.liferay.faces.demos" name="jsf2-portlet" rev="3.1.2-ga3">
<artifact name="jsf2-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='jsf2-portlet', version='3.1.2-ga3')
)
libraryDependencies += "com.liferay.faces.demos" % "jsf2-portlet" % "3.1.2-ga3"
[com.liferay.faces.demos/jsf2-portlet "3.1.2-ga3"]