| License |
License |
|---|---|
| GroupId | GroupIdcom.sunrun |
| ArtifactId | ArtifactIdcfn-response |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCloudformation Response Java
A utility for using Cloudformation with Java8-based lambdas as custom resources
|
| Filename | Size |
|---|---|
| cfn-response-1.2.2.pom | |
| cfn-response-1.2.2.jar | 7 KB |
| cfn-response-1.2.2-sources.jar | 5 KB |
| cfn-response-1.2.2-javadoc.jar | 413 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sunrun/cfn-response/ -->
<dependency>
<groupId>com.sunrun</groupId>
<artifactId>cfn-response</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sunrun/cfn-response/
implementation 'com.sunrun:cfn-response:1.2.2'
// https://jarcasting.com/artifacts/com.sunrun/cfn-response/
implementation ("com.sunrun:cfn-response:1.2.2")
'com.sunrun:cfn-response:jar:1.2.2'
<dependency org="com.sunrun" name="cfn-response" rev="1.2.2">
<artifact name="cfn-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sunrun', module='cfn-response', version='1.2.2')
)
libraryDependencies += "com.sunrun" % "cfn-response" % "1.2.2"
[com.sunrun/cfn-response "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.amazonaws : aws-lambda-java-core | jar | 1.1.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 |
| org.slf4j : slf4j-api | jar | 1.7.19 |
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.19 |
| junit : junit | jar | 4.12 |
| org.skyscreamer : jsonassert | jar | 1.2.3 |
| commons-io : commons-io | jar | 2.4 |
| ch.qos.logback : logback-classic | jar | 1.1.6 |