| License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) plus GPL
|
|---|---|
| Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
| GroupId | GroupIdjavax.faces |
| ArtifactId | ArtifactIdjsf-api |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOracle's implementation of the JSF 2.1 specification API.
This is the master POM file for Oracle's Implementation of the JSF 2.1 Specification.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsf-api-2.1.pom | |
| jsf-api-2.1-sources.jar | 618 KB |
| jsf-api-2.1.jar | 355 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/javax.faces/jsf-api/ -->
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.faces/jsf-api/
implementation 'javax.faces:jsf-api:2.1'
// https://jarcasting.com/artifacts/javax.faces/jsf-api/
implementation ("javax.faces:jsf-api:2.1")
'javax.faces:jsf-api:jar:2.1'
<dependency org="javax.faces" name="jsf-api" rev="2.1">
<artifact name="jsf-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.faces', module='jsf-api', version='2.1')
)
libraryDependencies += "javax.faces" % "jsf-api" % "2.1"
[javax.faces/jsf-api "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| javax.el : el-api | jar | 1.0 |
| jstl : jstl | jar | 1.2 |