Download static-jsfexpression-validator-core-0.9.9.jar file - Jar s

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

Description

Static analysis of validity of JSF EL expressions embedded in JSP pages. See the readme and main class JsfStaticAnalyzer.

You can download jar file static-jsfexpression-validator-core 0.9.9 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

static-jsfexpression-validator-core-0.9.9-javadoc.jar
static-jsfexpression-validator-core-0.9.9-sources.jar
static-jsfexpression-validator-core-0.9.9.jar
static-jsfexpression-validator-core-0.9.9.pom



Related Tutorials