| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.hashicorp |
| Идентификатор | Идентификаторcdktf-provider-template |
| Версия | Версия0.0.13 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cdktf-provider-template-0.0.13.pom | |
| cdktf-provider-template-0.0.13.jar | 115 KB |
| cdktf-provider-template-0.0.13-sources.jar | 90 KB |
| cdktf-provider-template-0.0.13-javadoc.jar | 647 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-template/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-template</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-template/
implementation 'com.hashicorp:cdktf-provider-template:0.0.13'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-template/
implementation ("com.hashicorp:cdktf-provider-template:0.0.13")
'com.hashicorp:cdktf-provider-template:jar:0.0.13'
<dependency org="com.hashicorp" name="cdktf-provider-template" rev="0.0.13">
<artifact name="cdktf-provider-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-template', version='0.0.13')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-template" % "0.0.13"
[com.hashicorp/cdktf-provider-template "0.0.13"]