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