Eclipse Expressly implements Jakarta Expression Language, an expression language for Java applications.
This project contains the Eclipse implementation. For the API see https://github.com/jakartaee/expression-language
Expressly can be built by executing the following from the project root:
mvn clean package
Expressly requires JDK 17 and Maven 3.6.0 to be build.
To make changes, fork this repository, make your changes, and submit a pull request.