Jar examples for c:commons-jexl
The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.
You can download jar file commons-jexl 1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-jexl-1.1.jar to your project.
<dependency> <groupId>commons-jexl</groupId> <artifactId>commons-jexl</artifactId> <version>1.1</version> </dependency>
compile group: 'commons-jexl', name: 'commons-jexl', version: '1.1'
libraryDependencies += "commons-jexl" % "commons-jexl" % "1.1"
<dependency org="commons-jexl" name="commons-jexl" rev="1.1"/>
@Grapes(@Grab(group='commons-jexl', module='commons-jexl', version='1.1'))
'commons-jexl:commons-jexl:jar:1.1'
Click the following link to download the jar file.
commons-jexl-1.1.jar