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