Registry / other / osgi-core

osgi-core

JSON →
library8.0.0javamavenunverified

Provides the core interfaces and classes for the OSGi framework, used for compiling bundles.

<dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> <version>8.0.0</version> </dependency>
INSTALL
IMPORT
SIG · OSGI-CORE
O
osgi-core
otherjavav8.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.

BundleActivator
org.osgi.framework.BundleActivator

Minimal OSGi bundle activator implementation.

import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class MyActivator 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
8.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
osgi-core — mvn dependency:get osgi-core · libregistry