Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.sun.faces |
ArtifactId | ArtifactIdsimple-jsf |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Description |
Filename | Size |
---|---|
simple-jsf-1.0.pom | |
simple-jsf-1.0.war | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.faces/simple-jsf/ -->
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>simple-jsf</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.faces/simple-jsf/
implementation 'com.sun.faces:simple-jsf:1.0'
// https://jarcasting.com/artifacts/com.sun.faces/simple-jsf/
implementation ("com.sun.faces:simple-jsf:1.0")
'com.sun.faces:simple-jsf:war:1.0'
<dependency org="com.sun.faces" name="simple-jsf" rev="1.0">
<artifact name="simple-jsf" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.faces', module='simple-jsf', version='1.0')
)
libraryDependencies += "com.sun.faces" % "simple-jsf" % "1.0"
[com.sun.faces/simple-jsf "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.faces : jsf-api | jar | 2.1 |
javax : javaee-api | jar | 6.0 |