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