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