Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-azuread |
Version | Version0.4.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-azuread/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-azuread</artifactId>
<version>0.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-azuread/
implementation 'com.hashicorp:cdktf-provider-azuread:0.4.14'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-azuread/
implementation ("com.hashicorp:cdktf-provider-azuread:0.4.14")
'com.hashicorp:cdktf-provider-azuread:jar:0.4.14'
<dependency org="com.hashicorp" name="cdktf-provider-azuread" rev="0.4.14">
<artifact name="cdktf-provider-azuread" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-azuread', version='0.4.14')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-azuread" % "0.4.14"
[com.hashicorp/cdktf-provider-azuread "0.4.14"]