License |
License |
---|---|
Categories |
CategoriesNet Jakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdnet.jakubholy.jeeutils.jsfelcheck |
ArtifactId | ArtifactIdtest-webapp-jsf11 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionTest JSF 1.1 webapp using JSP
Exemplifies JSF 1.1 which should be supported by the JSF EL validator for JSF 1.1 (using JSP)
|
Filename | Size |
---|---|
test-webapp-jsf11-1.0.0.pom | |
test-webapp-jsf11-1.0.0.war | 2 MB |
test-webapp-jsf11-1.0.0-sources.jar | 2 KB |
test-webapp-jsf11-1.0.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jakubholy.jeeutils.jsfelcheck/test-webapp-jsf11/ -->
<dependency>
<groupId>net.jakubholy.jeeutils.jsfelcheck</groupId>
<artifactId>test-webapp-jsf11</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.jakubholy.jeeutils.jsfelcheck/test-webapp-jsf11/
implementation 'net.jakubholy.jeeutils.jsfelcheck:test-webapp-jsf11:1.0.0'
// https://jarcasting.com/artifacts/net.jakubholy.jeeutils.jsfelcheck/test-webapp-jsf11/
implementation ("net.jakubholy.jeeutils.jsfelcheck:test-webapp-jsf11:1.0.0")
'net.jakubholy.jeeutils.jsfelcheck:test-webapp-jsf11:war:1.0.0'
<dependency org="net.jakubholy.jeeutils.jsfelcheck" name="test-webapp-jsf11" rev="1.0.0">
<artifact name="test-webapp-jsf11" type="war" />
</dependency>
@Grapes(
@Grab(group='net.jakubholy.jeeutils.jsfelcheck', module='test-webapp-jsf11', version='1.0.0')
)
libraryDependencies += "net.jakubholy.jeeutils.jsfelcheck" % "test-webapp-jsf11" % "1.0.0"
[net.jakubholy.jeeutils.jsfelcheck/test-webapp-jsf11 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.faces : jsf-api | jar | 1.1_02 |
commons-digester : commons-digester | jar | 1.5 |
org.mockito : mockito-core | jar | 1.8.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.faces : jsf-impl | jar | 1.1_02 |
Group / Artifact | Type | Version |
---|---|---|
net.jakubholy.jeeutils.jsfelcheck : static-jsfexpression-validator-jsf11 | jar | 1.0.0 |
junit : junit-dep | jar | 4.8.2 |
org.hamcrest : hamcrest-core | jar | 1.2 |
org.hamcrest : hamcrest-library | jar | 1.2 |
org.codehaus.groovy : groovy-all | jar | 1.8.2 |