is not current version
Last Version 1.2.2

com.sunrun:cfn-response 1.0.0

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

GroupId

GroupId

com.sunrun
ArtifactId

ArtifactId

cfn-response
Version

Version

1.0.0
Type

Type

jar

Download cfn-response 1.0.0


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