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