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