Weld SE provides CDI container support for Java SE applications, enabling dependency injection outside of Jakarta EE.
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<version>2.4.8.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a Weld SE container for CDI in a standalone application.
Upgrade to Weld SE 3.x for CDI 2.0 support.
No dependency data recorded yet.