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