a

azure-mgmt-containerregistry

This package contains Microsoft Azure Container Registry SDK. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/java/mgmt
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
文件下载
文件名 操作
azure-mgmt-containerregistry-1.41.2.jar 下载
azure-mgmt-containerregistry-1.41.2.pom 下载
azure-mgmt-containerregistry-1.41.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-mgmt-containerregistry</artifactId>
  <version>1.41.2</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-mgmt-containerregistry:1.41.2'
Gradle Kotlin
implementation("com.microsoft.azure:azure-mgmt-containerregistry:1.41.2")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-containerregistry" % "1.41.2"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-mgmt-containerregistry', version='1.41.2')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-mgmt-containerregistry" rev="1.41.2" />
Leiningen
[com.microsoft.azure/azure-mgmt-containerregistry "1.41.2"]
Apache Buildr
'com.microsoft.azure:azure-mgmt-containerregistry:jar:1.41.2'