Download static-jsfexpression-validator-jsf12-0.9.4.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 0.9.4 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials