MVN

io.linguarobot : aws-cdk-maven-plugin

Maven & Gradle

Aug 20, 2020
1 usages
7 stars

AWS CDK Maven Plugin · The AWS CDK Maven plugin produces and deploys CloudFormation templates based on the cloud infrastructure defined by means of CDK. The goal of the project is to improve the experience of Java developers while working with CDK by eliminating the need for installing Node.js and interacting with the CDK application by means of CDK Toolkit.

<plugin>
    <groupId>io.linguarobot</groupId>
    <artifactId>aws-cdk-maven-plugin</artifactId>
    <version>0.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.linguarobot : aws-cdk-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of io.linguarobot : aws-cdk-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
aws-cdk-maven-plugin-0.0.8
aws-cdk-maven-plugin-0.0.7
aws-cdk-maven-plugin-0.0.6
aws-cdk-maven-plugin-0.0.5
aws-cdk-maven-plugin-0.0.4
aws-cdk-maven-plugin-0.0.3
aws-cdk-maven-plugin-0.0.2
aws-cdk-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.linguarobot</groupId>
    <artifactId>aws-cdk-maven-plugin</artifactId>
    <version>0.0.8</version>
</plugin>

Advertisement