Skip to content

eclipse-ee4j/expressly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.