GroupId | GroupIdcom.sunrun |
---|---|
ArtifactId | ArtifactIdcfn-response |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cfn-response-1.2.0.pom | |
cfn-response-1.2.0.jar | 7 KB |
cfn-response-1.2.0-sources.jar | 5 KB |
cfn-response-1.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sunrun/cfn-response/
implementation 'com.sunrun:cfn-response:1.2.0'
// https://jarcasting.com/artifacts/com.sunrun/cfn-response/
implementation ("com.sunrun:cfn-response:1.2.0")
'com.sunrun:cfn-response:jar:1.2.0'
<dependency org="com.sunrun" name="cfn-response" rev="1.2.0">
<artifact name="cfn-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sunrun', module='cfn-response', version='1.2.0')
)
libraryDependencies += "com.sunrun" % "cfn-response" % "1.2.0"
[com.sunrun/cfn-response "1.2.0"]