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