MVN

dev.stratospheric : cdk-constructs

Maven & Gradle

Sep 26, 2022
35 stars

CDK Constructs · A collection of CDK constructs to deploy an application on AWS.

<dependency>
    <groupId>dev.stratospheric</groupId>
    <artifactId>cdk-constructs</artifactId>
    <version>0.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.stratospheric : cdk-constructs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.13

All Versions

Choose a version of dev.stratospheric : cdk-constructs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
cdk-constructs-0.1.13
cdk-constructs-0.1.12
cdk-constructs-0.1.11
cdk-constructs-0.1.10
cdk-constructs-0.1.9
cdk-constructs-0.1.8
cdk-constructs-0.1.7
cdk-constructs-0.1.6
cdk-constructs-0.1.5
cdk-constructs-0.1.4
cdk-constructs-0.1.3
cdk-constructs-0.1.2
cdk-constructs-0.1.1
cdk-constructs-0.1.0
0.0.x
cdk-constructs-0.0.28
cdk-constructs-0.0.27
cdk-constructs-0.0.26
cdk-constructs-0.0.25
cdk-constructs-0.0.24
cdk-constructs-0.0.23
cdk-constructs-0.0.22
cdk-constructs-0.0.21
cdk-constructs-0.0.20
cdk-constructs-0.0.19
cdk-constructs-0.0.18
cdk-constructs-0.0.17
cdk-constructs-0.0.16

How to add a dependency to Maven

Add the following dev.stratospheric : cdk-constructs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.stratospheric</groupId>
    <artifactId>cdk-constructs</artifactId>
    <version>0.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.stratospheric : cdk-constructs gradle dependency to your build.gradle file:

implementation 'dev.stratospheric:cdk-constructs:0.1.13'

Gradle Kotlin DSL: Add the following dev.stratospheric : cdk-constructs gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.stratospheric:cdk-constructs:0.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.stratospheric : cdk-constructs sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.stratospheric" % "cdk-constructs" % "0.1.13"

Advertisement