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