Registry / utility / commons-jexl

commons-jexl

JSON →
library20040821.000101javamavenunverified

Apache Commons JEXL is an implementation of the JSTL Expression Language with extensions for dynamic expression evaluation in Java.

<dependency> <groupId>commons-jexl</groupId> <artifactId>commons-jexl</artifactId> <version>20040821.000101</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-JEXL
C
commons-jexl
utilityjavav20040821.000101
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JexlEngine
org.apache.commons.jexl.JexlEngine

Evaluate a simple JEXL expression

import org.apache.commons.jexl.JexlEngine; import org.apache.commons.jexl.Expression; JexlEngine engine = new JexlEngine(); Expression expr = engine.createExpression("1 + 2"); Object result = expr.evaluate(null);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
20040821.000101latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
commons-jexl — mvn dependency:get commons-jexl · libregistry