Registry / other / org-osgi-core

org-osgi-core

JSON →
library6.0.0javamavenunverified

Core interfaces and classes for OSGi framework implementation and bundle development.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-CORE
O
org-osgi-core
otherjavav6.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 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
gotchaOSGi Core 6.0 is outdated; newer versions use R7 or R8.
fix
Consider upgrading to org.osgi:osgi.core version 7.0.0 or later.
affects: 6.0.0
Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
org-osgi-core — mvn dependency:get org-osgi-core · libregistry