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