Skip to main content

EE4J implementation of Jakarta Standard Tag Library

Certification

Prerequisites

To build this project, JDK 1.8+ is required.

Building

EE4J implementation of Jakarta Standard Tag Library can be built by executing the following from the project root:

mvn clean package

The API and combined API/implementation jars can then be found in /api and /impl respectively.

Back to the top