The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.
'org.apache.commons:commons-jexl3:3.0'
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
<version>3.0</version>
</dependency>
<dependency org="org.apache.commons" name="commons-jexl3" rev="3.0"/>
"org.apache.commons", "commons-jexl3", "3.0"