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.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-jexl-1.0.jar to your project.
<dependency> <groupId>commons-jexl</groupId> <artifactId>commons-jexl</artifactId> <version>1.0</version> </dependency>
compile group: 'commons-jexl', name: 'commons-jexl', version: '1.0'
libraryDependencies += "commons-jexl" % "commons-jexl" % "1.0"
<dependency org="commons-jexl" name="commons-jexl" rev="1.0"/>
@Grapes(@Grab(group='commons-jexl', module='commons-jexl', version='1.0'))
'commons-jexl:commons-jexl:jar:1.0'
Click the following link to download the jar file.
commons-jexl-1.0-javadoc.jar