Registry / dependency-injection / org-apache-felix-ipojo

org-apache-felix-ipojo

JSON →
library1.12.1javamavenunverified

iPOJO is a service-oriented component model for OSGi, providing dependency injection and service management for Java applications.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.ipojo</artifactId> <version>1.12.1</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-FELIX-I
O
org-apache-felix-ipojo
dependency-injectionjavav1.12.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.

ComponentInstance
org.apache.felix.ipojo.ComponentInstance

Create and start an iPOJO component instance

import org.apache.felix.ipojo.ComponentInstance; import org.apache.felix.ipojo.Factory; public class IPojoExample { public static void main(String[] args) throws Exception { Factory factory = ...; // obtain factory ComponentInstance instance = factory.createComponentInstance(null); instance.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
OpenAI (training)
1
Resources
org-apache-felix-ipojo — mvn dependency:get org-apache-felix-ipojo · libregistry