is not current version
Last Version 1.2.2

com.sunrun:cfn-response 1.1.1

A utility for using Cloudformation with Java8-based lambdas as custom resources

GroupId

GroupId

com.sunrun
ArtifactId

ArtifactId

cfn-response
Version

Version

1.1.1
Type

Type

jar

Download cfn-response 1.1.1


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