Categories |
CategoriesAWS Container PaaS Providers ORM Data |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdcloudformation |
Version | Version811.2.850.0 |
Type | Typejar |
Filename | Size |
---|---|
cloudformation-811.2.850.0.pom | |
cloudformation-811.2.850.0.jar | 35 KB |
cloudformation-811.2.850.0-sources.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/cloudformation/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>cloudformation</artifactId>
<version>811.2.850.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/cloudformation/
implementation 'com.cognitect.aws:cloudformation:811.2.850.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/cloudformation/
implementation ("com.cognitect.aws:cloudformation:811.2.850.0")
'com.cognitect.aws:cloudformation:jar:811.2.850.0'
<dependency org="com.cognitect.aws" name="cloudformation" rev="811.2.850.0">
<artifact name="cloudformation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='cloudformation', version='811.2.850.0')
)
libraryDependencies += "com.cognitect.aws" % "cloudformation" % "811.2.850.0"
[com.cognitect.aws/cloudformation "811.2.850.0"]