{"id":56314,"library":"osgi","title":"Eclipse OSGi","description":"Core OSGi framework implementation from Eclipse.","status":"active","version":"3.10.0-v20140606-1445","language":"java","source_language":null,"source_url":null,"tags":["osgi","eclipse","modularity","framework"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse</groupId>\n  <artifactId>osgi</artifactId>\n  <version>3.10.0-v20140606-1445</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse:osgi:3.10.0-v20140606-1445'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"BundleContext","correct":"org.osgi.framework.BundleContext"}],"quickstart":{"code":"import org.osgi.framework.BundleActivator;\nimport org.osgi.framework.BundleContext;\n\npublic class Activator implements BundleActivator {\n    public void start(BundleContext context) throws Exception {\n        System.out.println(\"Bundle started\");\n    }\n    public void stop(BundleContext context) throws Exception {\n        System.out.println(\"Bundle stopped\");\n    }\n}","lang":"java","description":"OSGi bundle activator"},"warnings":[],"env_vars":null,"search_vec":"'core':3 'eclips':1,8,10 'framework':5,12 'implement':6 'modular':11 'osgi':2,4,9","created_at":"2026-06-15T10:31:20.264621+00:00","updated_at":"2026-06-15T10:31:20.264621+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.eclipse.org","github":null,"docs":"https://appdoc.app/artifact/org.eclipse/osgi/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["dependency-injection"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}