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