commit | a06bfe1b18069c4c2f74817ef570c764e73623c2 | [log] [tgz] |
---|---|---|
author | Mark Thomas <markt@apache.org> | Wed Apr 02 18:34:05 2025 +0100 |
committer | Mark Thomas <markt@apache.org> | Wed Apr 02 18:34:05 2025 +0100 |
tree | c67c589626497a10bddf1c30132b7d4f9d6e1937 | |
parent | d2b17cf78132dfacbfec437bf33dc00c05c985fb [diff] |
Copyright date
This repository contains the source for:
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 /impl/target
.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/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.