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