is not current version
Last Version 2.3-pfd

javax.faces:javax.faces-api 2.1

This is the master POM file for Oracle's Implementation of the JSF 2.1 Specification.

GroupId

GroupId

javax.faces
ArtifactId

ArtifactId

javax.faces-api
Version

Version

2.1
Type

Type

jar

Download javax.faces-api 2.1


<!-- https://jarcasting.com/artifacts/javax.faces/javax.faces-api/ -->
<dependency>
    <groupId>javax.faces</groupId>
    <artifactId>javax.faces-api</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.faces/javax.faces-api/
implementation 'javax.faces:javax.faces-api:2.1'
// https://jarcasting.com/artifacts/javax.faces/javax.faces-api/
implementation ("javax.faces:javax.faces-api:2.1")
'javax.faces:javax.faces-api:jar:2.1'
<dependency org="javax.faces" name="javax.faces-api" rev="2.1">
  <artifact name="javax.faces-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.faces', module='javax.faces-api', version='2.1')
)
libraryDependencies += "javax.faces" % "javax.faces-api" % "2.1"
[javax.faces/javax.faces-api "2.1"]