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