Download Weld
Jakarta EE Application Servers
The easiest way to use Weld is with a Jakarta EE Application Server. Weld is integrated out of the box in the following servers:
Maven Artifacts
All Weld artifacts are published to Maven Central. Below are the key artifacts you may need depending on your deployment scenario.
CDI API
The Jakarta CDI API specification artifacts.
Weld Core
The CDI reference implementation core module.
Weld Servlet
For deploying Weld in servlet containers (Tomcat, Jetty).
- weld-servlet-core — Core module
- weld-servlet-shaded — Shaded jar with all dependencies
Weld SE
For using CDI in standalone Java SE applications.
- weld-se-core — Core module
- weld-se-shaded — Shaded jar with all dependencies
Weld Lite Extension Translator
Translates CDI Lite (Build Compatible) extensions into CDI Full (Portable) extensions, enabling Build Compatible Extensions to run on CDI Full implementations.
Weld Testing
JUnit 5 extensions for testing CDI applications.
Weld OSGi Bundle
Binary Distributions
Binary distribution table will be added here.
