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