Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier PDF Data |
---|---|
GroupId | GroupIdcom.liferay.faces.demos |
ArtifactId | ArtifactIdjsf2-export-pdf-portlet |
Version | Version3.1.2-ga3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-export-pdf-portlet/ -->
<dependency>
<groupId>com.liferay.faces.demos</groupId>
<artifactId>jsf2-export-pdf-portlet</artifactId>
<version>3.1.2-ga3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-export-pdf-portlet/
implementation 'com.liferay.faces.demos:jsf2-export-pdf-portlet:3.1.2-ga3'
// https://jarcasting.com/artifacts/com.liferay.faces.demos/jsf2-export-pdf-portlet/
implementation ("com.liferay.faces.demos:jsf2-export-pdf-portlet:3.1.2-ga3")
'com.liferay.faces.demos:jsf2-export-pdf-portlet:war:3.1.2-ga3'
<dependency org="com.liferay.faces.demos" name="jsf2-export-pdf-portlet" rev="3.1.2-ga3">
<artifact name="jsf2-export-pdf-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces.demos', module='jsf2-export-pdf-portlet', version='3.1.2-ga3')
)
libraryDependencies += "com.liferay.faces.demos" % "jsf2-export-pdf-portlet" % "3.1.2-ga3"
[com.liferay.faces.demos/jsf2-export-pdf-portlet "3.1.2-ga3"]