Core OSGi framework implementation for Eclipse Equinox, providing the system bundle and service registry.
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.24.100</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Implement a basic OSGi bundle activator
Use Map<String, Object> for service properties instead of Dictionary.
No dependency data recorded yet.