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