c

cdktf-provider-spotinst

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