This is a fork of the Jakarta Expression Language repository.
Jakarta Expression Language API can be built by executing the following from the project root:
cd api
mvn clean package
The API jar can then be found in /api/target
.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.