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