Registry / dependency-injection / osgi
library3.10.0-v20140606-1445javamavenunverified

Core OSGi framework implementation from Eclipse.

<dependency> <groupId>org.eclipse</groupId> <artifactId>osgi</artifactId> <version>3.10.0-v20140606-1445</version> </dependency>
INSTALL
IMPORT
SIG · OSGI
O
osgi
dependency-injectionjavav3.10.0-v20140606-1445
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.

BundleContext
✓ org.osgi.framework.BundleContext

OSGi bundle activator

import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class Activator implements BundleActivator { public void start(BundleContext context) throws Exception { System.out.println("Bundle started"); } public void stop(BundleContext context) throws Exception { System.out.println("Bundle stopped"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.10.0-v20140606-1445latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Resources