Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-tfe |
Version | Version0.3.30 |
Type | Typejar |
Filename | Size |
---|---|
cdktf-provider-tfe-0.3.30.pom | |
cdktf-provider-tfe-0.3.30.jar | 496 KB |
cdktf-provider-tfe-0.3.30-sources.jar | 368 KB |
cdktf-provider-tfe-0.3.30-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.3.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-tfe/
implementation 'com.hashicorp:cdktf-provider-tfe:0.3.30'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-tfe/
implementation ("com.hashicorp:cdktf-provider-tfe:0.3.30")
'com.hashicorp:cdktf-provider-tfe:jar:0.3.30'
<dependency org="com.hashicorp" name="cdktf-provider-tfe" rev="0.3.30">
<artifact name="cdktf-provider-tfe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-tfe', version='0.3.30')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-tfe" % "0.3.30"
[com.hashicorp/cdktf-provider-tfe "0.3.30"]