is not current version
Last Version 0.8.1

software.amazon.awscdk:custom-resources 0.8.0

CDK Constructs to make it easier to build custom resources

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awscdk
ArtifactId

ArtifactId

custom-resources
Version

Version

0.8.0
Type

Type

jar

Download custom-resources 0.8.0


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