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