is not current version
Last Version 0.1.9

dev.stratospheric:cdk-constructs 0.1.4

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

GroupId

GroupId

dev.stratospheric
ArtifactId

ArtifactId

cdk-constructs
Version

Version

0.1.4
Type

Type

jar

Download cdk-constructs 0.1.4


<!-- https://jarcasting.com/artifacts/dev.stratospheric/cdk-constructs/ -->
<dependency>
    <groupId>dev.stratospheric</groupId>
    <artifactId>cdk-constructs</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.stratospheric/cdk-constructs/
implementation 'dev.stratospheric:cdk-constructs:0.1.4'
// https://jarcasting.com/artifacts/dev.stratospheric/cdk-constructs/
implementation ("dev.stratospheric:cdk-constructs:0.1.4")
'dev.stratospheric:cdk-constructs:jar:0.1.4'
<dependency org="dev.stratospheric" name="cdk-constructs" rev="0.1.4">
  <artifact name="cdk-constructs" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.stratospheric', module='cdk-constructs', version='0.1.4')
)
libraryDependencies += "dev.stratospheric" % "cdk-constructs" % "0.1.4"
[dev.stratospheric/cdk-constructs "0.1.4"]