is not current version
Last Version 1.161.0

software.amazon.awscdk:config 1.10.0.DEVPREVIEW

The CDK Construct Library for AWS::Config

Categories

Categories

AWS Container PaaS Providers config Application Layer Libs Configuration
GroupId

GroupId

software.amazon.awscdk
ArtifactId

ArtifactId

config
Version

Version

1.10.0.DEVPREVIEW
Type

Type

jar

Download config 1.10.0.DEVPREVIEW


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