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