Registry / utility / jakarta-el

jakarta-el

JSON →
library4.0.2javamavenunverified

Jakarta Expression Language Implementation from Eclipse GlassFish.

<dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.el</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JAKARTA-EL
J
jakarta-el
utilityjavav4.0.2
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.

ExpressionFactory
jakarta.el.ExpressionFactory

Creates and evaluates a value expression using ExpressionFactory.

import jakarta.el.ExpressionFactory; import jakarta.el.ELContext; import jakarta.el.StandardELContext; public class Main { public static void main(String[] args) { ExpressionFactory factory = ExpressionFactory.newInstance(); ELContext context = new StandardELContext(factory); Object result = factory.createValueExpression(context, "'Hello ' + 'World'", String.class).getValue(context); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
jakarta-el — mvn dependency:get jakarta-el · libregistry