| License |
License |
|---|---|
| Categories |
CategoriesNet Jakarta Server Faces Jakarta EE The Web Tier |
| GroupId | GroupIdnet.jakubholy.jeeutils.jsfelcheck |
| ArtifactId | ArtifactIdstatic-jsfexpression-validator-jsf12 |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEL validator for JSF 1.2
Static analysis of validity of JSF EL expressions embedded in JSP pages using a JSF 1.2 implementation. See the readme and main class JsfStaticAnalyzer.
Note: JSF 1.2 <=> JavaEE 5 => Servlet 2.5 and JSP 2.1 =>Tomcat 6.0.x
|
<!-- https://jarcasting.com/artifacts/net.jakubholy.jeeutils.jsfelcheck/static-jsfexpression-validator-jsf12/ -->
<dependency>
<groupId>net.jakubholy.jeeutils.jsfelcheck</groupId>
<artifactId>static-jsfexpression-validator-jsf12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubholy.jeeutils.jsfelcheck/static-jsfexpression-validator-jsf12/
implementation 'net.jakubholy.jeeutils.jsfelcheck:static-jsfexpression-validator-jsf12:1.0.0'
// https://jarcasting.com/artifacts/net.jakubholy.jeeutils.jsfelcheck/static-jsfexpression-validator-jsf12/
implementation ("net.jakubholy.jeeutils.jsfelcheck:static-jsfexpression-validator-jsf12:1.0.0")
'net.jakubholy.jeeutils.jsfelcheck:static-jsfexpression-validator-jsf12:jar:1.0.0'
<dependency org="net.jakubholy.jeeutils.jsfelcheck" name="static-jsfexpression-validator-jsf12" rev="1.0.0">
<artifact name="static-jsfexpression-validator-jsf12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubholy.jeeutils.jsfelcheck', module='static-jsfexpression-validator-jsf12', version='1.0.0')
)
libraryDependencies += "net.jakubholy.jeeutils.jsfelcheck" % "static-jsfexpression-validator-jsf12" % "1.0.0"
[net.jakubholy.jeeutils.jsfelcheck/static-jsfexpression-validator-jsf12 "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.jakubholy.jeeutils.jsfelcheck : static-jsfexpression-validator-core | jar | 1.0.0 |
| net.jakubholy.jeeutils.jsfelcheck : jasper-el-customized-jsf12 | jar | 1.0.0 |
| org.apache.myfaces.core : myfaces-api | jar | 1.2.10 |
| org.apache.myfaces.core : myfaces-impl | jar | 1.2.10 |
| org.mockito : mockito-core | jar | 1.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.facelets : jsf-facelets | jar | 1.1.14 |
| javax.portlet : portlet-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.jakubholy.jeeutils.jsfelcheck : static-jsfexpression-validator-core-abstracttests | 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 |