Registry / cloud / ros-cdk-core

ros-cdk-core

JSON →
library1.12.0javamavenunverified

Core library for Alibaba Cloud Resource Orchestration Service Cloud Development Kit (ROS CDK), enabling infrastructure as code.

<dependency> <groupId>com.aliyun</groupId> <artifactId>ros-cdk-core</artifactId> <version>1.12.0</version> </dependency>
INSTALL
IMPORT
SIG · ROS-CDK-CORE
R
ros-cdk-core
cloudjavav1.12.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.

App
com.aliyun.ros.cdk.core.App

Creates a ROS CDK app and stack.

import com.aliyun.ros.cdk.core.App; import com.aliyun.ros.cdk.core.Stack; public class MyStack extends Stack { public MyStack(App app, String id) { super(app, id); } public static void main(String[] args) { App app = new App(); new MyStack(app, "MyStack"); app.synth(); System.out.println("Stack synthesized."); } }
Debug
Known issues
breakingThis package is specific to Alibaba Cloud; not compatible with AWS CDK or other cloud providers.
fix
Use only with Alibaba Cloud resources and follow ROS CDK documentation.
affects: >=1.0.0
Upgrade
Version history
1.12.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
ros-cdk-core — mvn dependency:get ros-cdk-core · libregistry