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