Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.sun.faces.portlet |
ArtifactId | ArtifactIdjsf-portlet |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
jsf-portlet-1.1.4.pom | |
jsf-portlet-1.1.4.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.faces.portlet/jsf-portlet/ -->
<dependency>
<groupId>com.sun.faces.portlet</groupId>
<artifactId>jsf-portlet</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.faces.portlet/jsf-portlet/
implementation 'com.sun.faces.portlet:jsf-portlet:1.1.4'
// https://jarcasting.com/artifacts/com.sun.faces.portlet/jsf-portlet/
implementation ("com.sun.faces.portlet:jsf-portlet:1.1.4")
'com.sun.faces.portlet:jsf-portlet:jar:1.1.4'
<dependency org="com.sun.faces.portlet" name="jsf-portlet" rev="1.1.4">
<artifact name="jsf-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.faces.portlet', module='jsf-portlet', version='1.1.4')
)
libraryDependencies += "com.sun.faces.portlet" % "jsf-portlet" % "1.1.4"
[com.sun.faces.portlet/jsf-portlet "1.1.4"]