c

cdktf-provider-hashicups

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