Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-helm |
Version | Version0.5.13 |
Type | Typejar |
Filename | Size |
---|---|
cdktf-provider-helm-0.5.13.pom | |
cdktf-provider-helm-0.5.13.jar | 213 KB |
cdktf-provider-helm-0.5.13-sources.jar | 179 KB |
cdktf-provider-helm-0.5.13-javadoc.jar | 847 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-helm/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-helm</artifactId>
<version>0.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-helm/
implementation 'com.hashicorp:cdktf-provider-helm:0.5.13'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-helm/
implementation ("com.hashicorp:cdktf-provider-helm:0.5.13")
'com.hashicorp:cdktf-provider-helm:jar:0.5.13'
<dependency org="com.hashicorp" name="cdktf-provider-helm" rev="0.5.13">
<artifact name="cdktf-provider-helm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-helm', version='0.5.13')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-helm" % "0.5.13"
[com.hashicorp/cdktf-provider-helm "0.5.13"]