Download static-jsfexpression-validator-core-1.0.0.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 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-core-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials