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