is not current version
Last Version 8.0.13

com.hashicorp:cdktf-provider-aws 2.0.12

Prebuilt aws Provider for Terraform CDK (cdktf)

Categories

Categories

IDE Development Tools AWS Container PaaS Providers
GroupId

GroupId

com.hashicorp
ArtifactId

ArtifactId

cdktf-provider-aws
Version

Version

2.0.12
Type

Type

jar

Download cdktf-provider-aws 2.0.12


<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-aws/ -->
<dependency>
    <groupId>com.hashicorp</groupId>
    <artifactId>cdktf-provider-aws</artifactId>
    <version>2.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-aws/
implementation 'com.hashicorp:cdktf-provider-aws:2.0.12'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-aws/
implementation ("com.hashicorp:cdktf-provider-aws:2.0.12")
'com.hashicorp:cdktf-provider-aws:jar:2.0.12'
<dependency org="com.hashicorp" name="cdktf-provider-aws" rev="2.0.12">
  <artifact name="cdktf-provider-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-aws', version='2.0.12')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-aws" % "2.0.12"
[com.hashicorp/cdktf-provider-aws "2.0.12"]