Registry / other / org-kevoree-api

org-kevoree-api

JSON →
library5.5.1javamavenunverified

Core API for Kevoree, a component-based software framework for dynamic reconfiguration.

<dependency> <groupId>org.kevoree</groupId> <artifactId>org.kevoree.api</artifactId> <version>5.5.1</version> </dependency>
INSTALL
IMPORT
SIG · ORG-KEVOREE-API
O
org-kevoree-api
otherjavav5.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.

Kevoree
org.kevoree.api.Kevoree

Implement a Kevoree component using the API.

import org.kevoree.api.Kevoree; public class MyComponent implements Kevoree { @Override public void start() { System.out.println("Component started"); } @Override public void stop() { System.out.println("Component stopped"); } }
Debug
Known issues
gotchaKevoree is a niche framework; ensure it fits your project's requirements before adoption.
fix
Review Kevoree documentation and community support before committing to it.
affects: all
Upgrade
Version history
5.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-kevoree-api — mvn dependency:get org-kevoree-api · libregistry