| License |
License |
|---|---|
| GroupId | GroupIdjavax.faces |
| ArtifactId | ArtifactIdjavax.faces-api |
| Last Version | Last Version2.3-pfd |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOracle's implementation of the JSF 2.3 specification API.
This is the master POM file for Oracle's Implementation of the JSF 2.3 Specification.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| javax.faces-api-2.3-pfd.pom | |
| javax.faces-api-2.3-pfd.jar | 236 KB |
| javax.faces-api-2.3-pfd-sources.jar | 1 MB |
| javax.faces-api-2.3-pfd-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/javax.faces/javax.faces-api/ -->
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-api</artifactId>
<version>2.3-pfd</version>
</dependency>
// https://jarcasting.com/artifacts/javax.faces/javax.faces-api/
implementation 'javax.faces:javax.faces-api:2.3-pfd'
// https://jarcasting.com/artifacts/javax.faces/javax.faces-api/
implementation ("javax.faces:javax.faces-api:2.3-pfd")
'javax.faces:javax.faces-api:jar:2.3-pfd'
<dependency org="javax.faces" name="javax.faces-api" rev="2.3-pfd">
<artifact name="javax.faces-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.faces', module='javax.faces-api', version='2.3-pfd')
)
libraryDependencies += "javax.faces" % "javax.faces-api" % "2.3-pfd"
[javax.faces/javax.faces-api "2.3-pfd"]
| 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 |