Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-external |
Version | Version0.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-external/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-external</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-external/
implementation 'com.hashicorp:cdktf-provider-external:0.2.3'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-external/
implementation ("com.hashicorp:cdktf-provider-external:0.2.3")
'com.hashicorp:cdktf-provider-external:jar:0.2.3'
<dependency org="com.hashicorp" name="cdktf-provider-external" rev="0.2.3">
<artifact name="cdktf-provider-external" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-external', version='0.2.3')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-external" % "0.2.3"
[com.hashicorp/cdktf-provider-external "0.2.3"]