License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) plus GPL
|
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdcom.sun.faces |
ArtifactId | ArtifactIdmojarra-jsf-impl |
Last Version | Last Version2.0.0-b04 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSun's implementation of the JSF 2.0 specification.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mojarra-jsf-impl-2.0.0-b04.pom | |
mojarra-jsf-impl-2.0.0-b04.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.faces/mojarra-jsf-impl/ -->
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>mojarra-jsf-impl</artifactId>
<version>2.0.0-b04</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.faces/mojarra-jsf-impl/
implementation 'com.sun.faces:mojarra-jsf-impl:2.0.0-b04'
// https://jarcasting.com/artifacts/com.sun.faces/mojarra-jsf-impl/
implementation ("com.sun.faces:mojarra-jsf-impl:2.0.0-b04")
'com.sun.faces:mojarra-jsf-impl:jar:2.0.0-b04'
<dependency org="com.sun.faces" name="mojarra-jsf-impl" rev="2.0.0-b04">
<artifact name="mojarra-jsf-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.faces', module='mojarra-jsf-impl', version='2.0.0-b04')
)
libraryDependencies += "com.sun.faces" % "mojarra-jsf-impl" % "2.0.0-b04"
[com.sun.faces/mojarra-jsf-impl "2.0.0-b04"]
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 |
javax.servlet.jsp.jstl : jstl-api | jar | 1.2 |