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