Registry / dependency-injection / weld-core

weld-core

JSON →
library1.0.0javamavenunverified

Weld's implementation of CDI (Contexts and Dependency Injection) for Java EE and Jakarta EE.

<dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-core</artifactId> <version>1.0.0</version> </dependency>
INSTALL
IMPORT
SIG · WELD-CORE
W
weld-core
dependency-injectionjavav1.0.0
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 and shutdown a Weld CDI container

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(); container.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
Resources
weld-core — mvn dependency:get weld-core · libregistry