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