License |
License |
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdcom.linkare |
ArtifactId | ArtifactIdjsf |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.linkare.jsf
This project homes JSF components that will enhance, alter or otherwise
change the way another project behaves without major alterations to
the source code. The components found in this project are expected to
be pluggable and the least intrusive to the original's project source
code.
|
Filename | Size |
---|---|
jsf-2.0.0.pom | |
jsf-2.0.0.jar | 17 KB |
jsf-2.0.0-sources.jar | 11 KB |
jsf-2.0.0-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkare/jsf/ -->
<dependency>
<groupId>com.linkare</groupId>
<artifactId>jsf</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkare/jsf/
implementation 'com.linkare:jsf:2.0.0'
// https://jarcasting.com/artifacts/com.linkare/jsf/
implementation ("com.linkare:jsf:2.0.0")
'com.linkare:jsf:jar:2.0.0'
<dependency org="com.linkare" name="jsf" rev="2.0.0">
<artifact name="jsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkare', module='jsf', version='2.0.0')
)
libraryDependencies += "com.linkare" % "jsf" % "2.0.0"
[com.linkare/jsf "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.linkare : common.utils | jar | 2.0.0 |
com.linkare : validation | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
com.sun.faces : jsf-api | jar | 2.1.21 |
com.sun.faces : jsf-impl | jar | 2.1.21 |
javax.servlet.jsp : jsp-api | jar | 2.1 |