Download commons-jexl-1.0-beta-2.jar file - Jar c

Jar examples for c:commons-jexl

Description

The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.

You can download jar file commons-jexl 1.0-beta-2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-jexl-1.0-beta-2.jar to your project.

<dependency>
   <groupId>commons-jexl</groupId>
   <artifactId>commons-jexl</artifactId>
   <version>1.0-beta-2</version>
</dependency>
compile group: 'commons-jexl', name: 'commons-jexl', version: '1.0-beta-2'
libraryDependencies += "commons-jexl" % "commons-jexl" % "1.0-beta-2"
<dependency org="commons-jexl" name="commons-jexl" rev="1.0-beta-2"/>
@Grapes(@Grab(group='commons-jexl', module='commons-jexl', version='1.0-beta-2'))
'commons-jexl:commons-jexl:jar:1.0-beta-2'

Download

Click the following link to download the jar file.

commons-jexl-1.0-beta-2.jar
commons-jexl-1.0-beta-2.pom



Related Tutorials