{"id":54321,"library":"osgi-core","title":"OSGi Core","description":"Provides the core interfaces and classes for the OSGi framework, used for compiling bundles.","status":"active","version":"8.0.0","language":"java","source_language":null,"source_url":"https://osgi.org/gitweb/build.git","tags":["osgi","framework","modularity","java"],"install":[{"cmd":"<dependency>\n  <groupId>org.osgi</groupId>\n  <artifactId>osgi.core</artifactId>\n  <version>8.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.osgi:osgi.core:8.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"BundleActivator","correct":"org.osgi.framework.BundleActivator"}],"quickstart":{"code":"import org.osgi.framework.BundleActivator;\nimport org.osgi.framework.BundleContext;\n\npublic class MyActivator 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":"Minimal OSGi bundle activator implementation."},"warnings":[],"env_vars":null,"search_vec":"'bundl':16 'class':8 'compil':15 'core':2,5 'framework':12,18 'interfac':6 'java':20 'modular':19 'osgi':1,11,17 'provid':3 'use':13","created_at":"2026-06-15T08:59:19.010745+00:00","updated_at":"2026-06-15T08:59:19.010745+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":"https://www.osgi.org/","github":null,"docs":"https://appdoc.app/artifact/org.osgi/osgi.core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}