Registry / dependency-injection / org-osgi-service-component

org-osgi-service-component

JSON →
library1.5.1javamavenunverified

OSGi Companion Code for the Service Component specification, providing annotations and APIs for declarative services.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.component</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-SERVICE-C
O
org-osgi-service-component
dependency-injectionjavav1.5.1
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.

Component
org.osgi.service.component.annotations.Component

Define an OSGi Declarative Service component using the @Component annotation.

import org.osgi.service.component.annotations.Component; @Component public class ExampleComponent { public void activate() { System.out.println("OSGi component activated."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
org-osgi-service-component — mvn dependency:get org-osgi-service-component · libregistry