is not current version
Last Version 2.17.219

software.amazon.awssdk:cloudformation 2.5.6

The AWS Java SDK for AWS CloudFormation module holds the client classes that are used for communicating with AWS CloudFormation Service

Categories

Categories

AWS Container PaaS Providers ORM Data
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

cloudformation
Version

Version

2.5.6
Type

Type

jar

Download cloudformation 2.5.6


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