Registry / dependency-injection / weld-core-impl

weld-core-impl

JSON →
library5.1.7.Finaljavamavenunverified

Weld's implementation of the CDI (Contexts and Dependency Injection) specification.

<dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-core-impl</artifactId> <version>5.1.7.Final</version> </dependency>
INSTALL
IMPORT
SIG · WELD-CORE-IMPL
W
weld-core-impl
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

Initializes 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(); 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
30 hits · last 30 days
node
24
Resources
weld-core-impl — mvn dependency:get weld-core-impl · libregistry