Download static-jsfexpression-validator-jsf12-1.0.0.jar file - Jar s

Jar examples for s:static-jsfexpression-validator-jsf12

Description

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

You can download jar file static-jsfexpression-validator-jsf12 1.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add static-jsfexpression-validator-jsf12-1.0.0.jar to your project.

<dependency>
   <groupId>net.jakubholy.jeeutils.jsfelcheck</groupId>
   <artifactId>static-jsfexpression-validator-jsf12</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'net.jakubholy.jeeutils.jsfelcheck', name: 'static-jsfexpression-validator-jsf12', version: '1.0.0'
libraryDependencies += "net.jakubholy.jeeutils.jsfelcheck" % "static-jsfexpression-validator-jsf12" % "1.0.0"
<dependency org="net.jakubholy.jeeutils.jsfelcheck" name="static-jsfexpression-validator-jsf12" rev="1.0.0"/>
@Grapes(@Grab(group='net.jakubholy.jeeutils.jsfelcheck', module='static-jsfexpression-validator-jsf12', version='1.0.0'))
'net.jakubholy.jeeutils.jsfelcheck:static-jsfexpression-validator-jsf12:jar:1.0.0'

Download

Click the following link to download the jar file.

static-jsfexpression-validator-jsf12-1.0.0-javadoc.jar
static-jsfexpression-validator-jsf12-1.0.0-sources.jar
static-jsfexpression-validator-jsf12-1.0.0.jar
static-jsfexpression-validator-jsf12-1.0.0.pom



Related Tutorials