Registry / other / petals-cdk-api

petals-cdk-api

JSON →
library2.8.0javamavenunverified

Provides the Component Development Kit (CDK) API for developing Petals components.

<dependency> <groupId>org.ow2.petals</groupId> <artifactId>petals-cdk-api</artifactId> <version>2.8.0</version> </dependency>
INSTALL
IMPORT
SIG · PETALS-CDK-API
P
petals-cdk-api
otherjavav2.8.0
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.

ComponentAPI
org.ow2.petals.cdk.api.ComponentAPI

Minimal usage of Petals CDK API to initialize a component.

import org.ow2.petals.cdk.api.ComponentAPI; public class Main { public static void main(String[] args) { ComponentAPI api = new ComponentAPI(); api.initialize(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
petals-cdk-api — mvn dependency:get petals-cdk-api · libregistry