is not current version
Last Version 1.161.0

software.amazon.awscdk:cdk-customresources 1.13.0.DEVPREVIEW

Constructs for implementing CDK custom resources

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awscdk
ArtifactId

ArtifactId

cdk-customresources
Version

Version

1.13.0.DEVPREVIEW
Type

Type

jar

Download cdk-customresources 1.13.0.DEVPREVIEW


<!-- https://jarcasting.com/artifacts/software.amazon.awscdk/cdk-customresources/ -->
<dependency>
    <groupId>software.amazon.awscdk</groupId>
    <artifactId>cdk-customresources</artifactId>
    <version>1.13.0.DEVPREVIEW</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awscdk/cdk-customresources/
implementation 'software.amazon.awscdk:cdk-customresources:1.13.0.DEVPREVIEW'
// https://jarcasting.com/artifacts/software.amazon.awscdk/cdk-customresources/
implementation ("software.amazon.awscdk:cdk-customresources:1.13.0.DEVPREVIEW")
'software.amazon.awscdk:cdk-customresources:jar:1.13.0.DEVPREVIEW'
<dependency org="software.amazon.awscdk" name="cdk-customresources" rev="1.13.0.DEVPREVIEW">
  <artifact name="cdk-customresources" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awscdk', module='cdk-customresources', version='1.13.0.DEVPREVIEW')
)
libraryDependencies += "software.amazon.awscdk" % "cdk-customresources" % "1.13.0.DEVPREVIEW"
[software.amazon.awscdk/cdk-customresources "1.13.0.DEVPREVIEW"]