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