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