Commons EL is an implementation of the JSP 2.0 Expression Language interpreter for evaluating expressions in JSP pages.
<dependency>
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
<version>1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to evaluate a simple EL expression using Commons EL.
Migrate to javax.el (e.g., org.glassfish:javax.el) or jakarta.el for Jakarta EE 9+.
No dependency data recorded yet.