Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier Jakarta Server Pages |
---|---|
GroupId | GroupIdcom.liferay.faces.demos |
ArtifactId | ArtifactIdjsf1-jsp-portlet |
Version | Version2.1.1-ga2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf1-jsp-portlet/ -->
<dependency>
<groupId>com.liferay.faces.demos</groupId>
<artifactId>jsf1-jsp-portlet</artifactId>
<version>2.1.1-ga2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf1-jsp-portlet/
implementation 'com.liferay.faces.demos:jsf1-jsp-portlet:2.1.1-ga2'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf1-jsp-portlet/
implementation ("com.liferay.faces.demos:jsf1-jsp-portlet:2.1.1-ga2")
'com.liferay.faces.demos:jsf1-jsp-portlet:war:2.1.1-ga2'
<dependency org="com.liferay.faces.demos" name="jsf1-jsp-portlet" rev="2.1.1-ga2">
<artifact name="jsf1-jsp-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='jsf1-jsp-portlet', version='2.1.1-ga2')
)
libraryDependencies += "com.liferay.faces.demos" % "jsf1-jsp-portlet" % "2.1.1-ga2"
[com.liferay.faces.demos/jsf1-jsp-portlet "2.1.1-ga2"]