GroupId | GroupIdcom.hashicorp |
---|---|
ArtifactId | ArtifactIdcdktf |
Version | Version0.6.2-pre.339 |
Type | Typejar |
Filename | Size |
---|---|
cdktf-0.6.2-pre.339.pom | |
cdktf-0.6.2-pre.339.jar | 1 MB |
cdktf-0.6.2-pre.339-sources.jar | 899 KB |
cdktf-0.6.2-pre.339-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf</artifactId>
<version>0.6.2-pre.339</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf/
implementation 'com.hashicorp:cdktf:0.6.2-pre.339'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf/
implementation ("com.hashicorp:cdktf:0.6.2-pre.339")
'com.hashicorp:cdktf:jar:0.6.2-pre.339'
<dependency org="com.hashicorp" name="cdktf" rev="0.6.2-pre.339">
<artifact name="cdktf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf', version='0.6.2-pre.339')
)
libraryDependencies += "com.hashicorp" % "cdktf" % "0.6.2-pre.339"
[com.hashicorp/cdktf "0.6.2-pre.339"]