Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-mgmt-containerservice |
Version | Version1.33.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-containerservice/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-containerservice</artifactId>
<version>1.33.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-containerservice/
implementation 'com.microsoft.azure:azure-mgmt-containerservice:1.33.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-containerservice/
implementation ("com.microsoft.azure:azure-mgmt-containerservice:1.33.1")
'com.microsoft.azure:azure-mgmt-containerservice:jar:1.33.1'
<dependency org="com.microsoft.azure" name="azure-mgmt-containerservice" rev="1.33.1">
<artifact name="azure-mgmt-containerservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-containerservice', version='1.33.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-containerservice" % "1.33.1"
[com.microsoft.azure/azure-mgmt-containerservice "1.33.1"]