GroupId | GroupIdcom.sunrun |
---|---|
ArtifactId | ArtifactIdcfn-response |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cfn-response-1.0.1.pom | |
cfn-response-1.0.1.jar | 7 KB |
cfn-response-1.0.1-sources.jar | 5 KB |
cfn-response-1.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sunrun/cfn-response/ -->
<dependency>
<groupId>com.sunrun</groupId>
<artifactId>cfn-response</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sunrun/cfn-response/
implementation 'com.sunrun:cfn-response:1.0.1'
// https://jarcasting.com/artifacts/com.sunrun/cfn-response/
implementation ("com.sunrun:cfn-response:1.0.1")
'com.sunrun:cfn-response:jar:1.0.1'
<dependency org="com.sunrun" name="cfn-response" rev="1.0.1">
<artifact name="cfn-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sunrun', module='cfn-response', version='1.0.1')
)
libraryDependencies += "com.sunrun" % "cfn-response" % "1.0.1"
[com.sunrun/cfn-response "1.0.1"]