Categories |
CategoriesIDE Development Tools AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-aws |
Version | Version6.0.6 |
Type | Typejar |
Filename | Size |
---|---|
cdktf-provider-aws-6.0.6.pom | |
cdktf-provider-aws-6.0.6.jar | 61 MB |
cdktf-provider-aws-6.0.6-sources.jar | 40 MB |
cdktf-provider-aws-6.0.6-javadoc.jar | 193 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-aws/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-aws</artifactId>
<version>6.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-aws/
implementation 'com.hashicorp:cdktf-provider-aws:6.0.6'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-aws/
implementation ("com.hashicorp:cdktf-provider-aws:6.0.6")
'com.hashicorp:cdktf-provider-aws:jar:6.0.6'
<dependency org="com.hashicorp" name="cdktf-provider-aws" rev="6.0.6">
<artifact name="cdktf-provider-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-aws', version='6.0.6')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-aws" % "6.0.6"
[com.hashicorp/cdktf-provider-aws "6.0.6"]