| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.hashicorp |
| Идентификатор | Идентификаторcdktf-provider-spotinst |
| Версия | Версия0.1.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-spotinst/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-spotinst</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-spotinst/
implementation 'com.hashicorp:cdktf-provider-spotinst:0.1.5'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-spotinst/
implementation ("com.hashicorp:cdktf-provider-spotinst:0.1.5")
'com.hashicorp:cdktf-provider-spotinst:jar:0.1.5'
<dependency org="com.hashicorp" name="cdktf-provider-spotinst" rev="0.1.5">
<artifact name="cdktf-provider-spotinst" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-spotinst', version='0.1.5')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-spotinst" % "0.1.5"
[com.hashicorp/cdktf-provider-spotinst "0.1.5"]