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