Registry / dependency-injection / weld-core-bom

weld-core-bom

JSON →
library1.0.0javamavenunverified

Bill of materials for Weld Core, providing dependency management for the Weld CDI implementation.

<dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-core-bom</artifactId> <version>1.0.0</version> </dependency>
INSTALL
IMPORT
SIG · WELD-CORE-BOM
W
weld-core-bom
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 a Weld CDI container in a Java SE environment.

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(); System.out.println("Weld CDI container started"); 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
26 hits · last 30 days
node
20
OpenAI (training)
1
Resources
weld-core-bom — mvn dependency:get weld-core-bom · libregistry