Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 583 Bytes

Eclipse Expressly

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

Building

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.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.