License |
License |
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdcom.github.jhonyscamacho |
ArtifactId | ArtifactIdjsf-util |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCDI View Scope
This projects allows to: use the CDI view scope on your project, configure the exception handler implementation in the project and allows to send user messages in the screen.
|
Filename | Size |
---|---|
jsf-util-1.0.0.pom | |
jsf-util-1.0.0.jar | 10 KB |
jsf-util-1.0.0-sources.jar | 7 KB |
jsf-util-1.0.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jhonyscamacho/jsf-util/ -->
<dependency>
<groupId>com.github.jhonyscamacho</groupId>
<artifactId>jsf-util</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/jsf-util/
implementation 'com.github.jhonyscamacho:jsf-util:1.0.0'
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/jsf-util/
implementation ("com.github.jhonyscamacho:jsf-util:1.0.0")
'com.github.jhonyscamacho:jsf-util:jar:1.0.0'
<dependency org="com.github.jhonyscamacho" name="jsf-util" rev="1.0.0">
<artifact name="jsf-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhonyscamacho', module='jsf-util', version='1.0.0')
)
libraryDependencies += "com.github.jhonyscamacho" % "jsf-util" % "1.0.0"
[com.github.jhonyscamacho/jsf-util "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
org.glassfish : javax.faces | jar | 2.2.13 |