| Категории |
КатегорииAWS Контейнер PaaS Providers ORM Данные |
|---|---|
| Группа | Группаcom.cognitect.aws |
| Идентификатор | Идентификаторcloudformation |
| Версия | Версия773.2.575.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cloudformation-773.2.575.0.pom | |
| cloudformation-773.2.575.0.jar | 30 KB |
| cloudformation-773.2.575.0-sources.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/cloudformation/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>cloudformation</artifactId>
<version>773.2.575.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/cloudformation/
implementation 'com.cognitect.aws:cloudformation:773.2.575.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/cloudformation/
implementation ("com.cognitect.aws:cloudformation:773.2.575.0")
'com.cognitect.aws:cloudformation:jar:773.2.575.0'
<dependency org="com.cognitect.aws" name="cloudformation" rev="773.2.575.0">
<artifact name="cloudformation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='cloudformation', version='773.2.575.0')
)
libraryDependencies += "com.cognitect.aws" % "cloudformation" % "773.2.575.0"
[com.cognitect.aws/cloudformation "773.2.575.0"]