c

cdktf-provider-hashicups

Prebuilt hashicups Provider for Terraform CDK (cdktf)
https://github.com/cdktf/cdktf-provider-hashicups.git
Mozilla Public License 2.0
Files download
File Operation
cdktf-provider-hashicups-7.0.2.jar download
cdktf-provider-hashicups-7.0.2.pom download
cdktf-provider-hashicups-7.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hashicorp</groupId>
  <artifactId>cdktf-provider-hashicups</artifactId>
  <version>7.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.hashicorp:cdktf-provider-hashicups:7.0.2'
Gradle Kotlin
implementation("com.hashicorp:cdktf-provider-hashicups:7.0.2")
Scala SBT
libraryDependencies += "com.hashicorp" % "cdktf-provider-hashicups" % "7.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.hashicorp', module='cdktf-provider-hashicups', version='7.0.2')
)
Apache Ivy
<dependency org="com.hashicorp" name="cdktf-provider-hashicups" rev="7.0.2" />
Leiningen
[com.hashicorp/cdktf-provider-hashicups "7.0.2"]
Apache Buildr
'com.hashicorp:cdktf-provider-hashicups:jar:7.0.2'