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