Registry / dependency-injection / weld-se-shaded

weld-se-shaded

JSON →
library5.1.7.Finaljavamavenunverified

Shaded JAR containing Weld CDI implementation for Java SE applications.

<dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-shaded</artifactId> <version>5.1.7.Final</version> </dependency>
INSTALL
IMPORT
SIG · WELD-SE-SHADED
W
weld-se-shaded
dependency-injectionjavav5.1.7.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Weld
org.jboss.weld.environment.se.Weld

Initialize CDI container in Java SE using Weld.

import org.jboss.weld.environment.se.Weld; import org.jboss.weld.environment.se.WeldContainer; public class Example { public static void main(String[] args) { Weld weld = new Weld(); WeldContainer container = weld.initialize(); // Use CDI beans container.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.1.7.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources
weld-se-shaded — mvn dependency:get weld-se-shaded · libregistry