MVN

io.dataspray : aws-cdk

Maven & Gradle

Aug 09, 2023
1 stars

AWS CDK · 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.

<dependency>
    <groupId>io.dataspray</groupId>
    <artifactId>aws-cdk</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dataspray : aws-cdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of io.dataspray : aws-cdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
aws-cdk-2.1.3
aws-cdk-2.1.2
aws-cdk-2.1.1
aws-cdk-2.1.0
2.0.x
aws-cdk-2.0.0
1.3.x
aws-cdk-1.3.0
1.2.x
aws-cdk-1.2.4
aws-cdk-1.2.3
aws-cdk-1.2.2
aws-cdk-1.2.1
aws-cdk-1.2.0
1.1.x
aws-cdk-1.1.0
1.0.x
aws-cdk-1.0.3
aws-cdk-1.0.2
aws-cdk-1.0.1
aws-cdk-1.0.0

How to add a dependency to Maven

Add the following io.dataspray : aws-cdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dataspray</groupId>
    <artifactId>aws-cdk</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dataspray : aws-cdk gradle dependency to your build.gradle file:

implementation 'io.dataspray:aws-cdk:2.1.3'

Gradle Kotlin DSL: Add the following io.dataspray : aws-cdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dataspray:aws-cdk:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dataspray : aws-cdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dataspray" % "aws-cdk" % "2.1.3"