Registry / dependency-injection / weld-osgi-core-api

weld-osgi-core-api

JSON →
library1.2.0.Beta1javamavenunverified

Provides the core API for Weld OSGi integration, enabling dependency injection in OSGi environments.

<dependency> <groupId>org.jboss.weld.osgi</groupId> <artifactId>weld-osgi-core-api</artifactId> <version>1.2.0.Beta1</version> </dependency>
INSTALL
IMPORT
SIG · WELD-OSGI-CORE-API
W
weld-osgi-core-api
dependency-injectionjavav1.2.0.Beta1
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.

WeldOSGiAPI
org.jboss.weld.osgi.core.api.WeldOSGiAPI

Minimal usage of Weld OSGi Core API to initialize.

import org.jboss.weld.osgi.core.api.WeldOSGiAPI; public class Main { public static void main(String[] args) { WeldOSGiAPI api = new WeldOSGiAPI(); api.initialize(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0.Beta1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
Amazon
1
Resources
weld-osgi-core-api — mvn dependency:get weld-osgi-core-api · libregistry