Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-tfe |
Version | Version0.0.160 |
Type | Typejar |
Filename | Size |
---|---|
cdktf-provider-tfe-0.0.160.pom | |
cdktf-provider-tfe-0.0.160.jar | 445 KB |
cdktf-provider-tfe-0.0.160-sources.jar | 313 KB |
cdktf-provider-tfe-0.0.160-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-tfe/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-tfe</artifactId>
<version>0.0.160</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-tfe/
implementation 'com.hashicorp:cdktf-provider-tfe:0.0.160'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-tfe/
implementation ("com.hashicorp:cdktf-provider-tfe:0.0.160")
'com.hashicorp:cdktf-provider-tfe:jar:0.0.160'
<dependency org="com.hashicorp" name="cdktf-provider-tfe" rev="0.0.160">
<artifact name="cdktf-provider-tfe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-tfe', version='0.0.160')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-tfe" % "0.0.160"
[com.hashicorp/cdktf-provider-tfe "0.0.160"]