License |
License |
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdcom.sun.faces |
ArtifactId | ArtifactIdjsf-impl |
Last Version | Last Version2.2.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOracle's implementation of the JSF 2.2 specification.
This is the master POM file for Oracle's Implementation of the JSF 2.2 Specification.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsf-impl-2.2.20.pom | |
jsf-impl-2.2.20.jar | 1 MB |
jsf-impl-2.2.20-sources.jar | 1 MB |
jsf-impl-2.2.20-javadoc.jar | 509 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.faces/jsf-impl/ -->
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>2.2.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.faces/jsf-impl/
implementation 'com.sun.faces:jsf-impl:2.2.20'
// https://jarcasting.com/artifacts/com.sun.faces/jsf-impl/
implementation ("com.sun.faces:jsf-impl:2.2.20")
'com.sun.faces:jsf-impl:jar:2.2.20'
<dependency org="com.sun.faces" name="jsf-impl" rev="2.2.20">
<artifact name="jsf-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.faces', module='jsf-impl', version='2.2.20')
)
libraryDependencies += "com.sun.faces" % "jsf-impl" % "2.2.20"
[com.sun.faces/jsf-impl "2.2.20"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.2.1 |
javax.el : javax.el-api | jar | 2.2.1 |
javax.servlet.jsp.jstl : jstl-api | jar | 1.2 |