Registry / other / osgi-r4-core

osgi-r4-core

JSON →
library1.0javamavenunverified

Core framework for the OSGi Service Platform Release 4, providing the foundation for modular Java applications.

<dependency> <groupId>org.osgi</groupId> <artifactId>osgi_R4_core</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · OSGI-R4-CORE
O
osgi-r4-core
otherjavav1.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
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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