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-beta-2 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
commons-jexl-1.0-beta-2.jar