a

azure-mgmt-containerregistry

This package contains Microsoft Azure Container Registry SDK. A new set of management libraries are now Generally Available. For documentation on how to use the new libraries, please see https://aka.ms/azsdk/java/mgmt
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-mgmt-containerregistry-1.37.1.jar download
azure-mgmt-containerregistry-1.37.1.pom download
azure-mgmt-containerregistry-1.37.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-mgmt-containerregistry</artifactId>
  <version>1.37.1</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-mgmt-containerregistry:1.37.1'
Gradle Kotlin
implementation("com.microsoft.azure:azure-mgmt-containerregistry:1.37.1")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-containerregistry" % "1.37.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-mgmt-containerregistry', version='1.37.1')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-mgmt-containerregistry" rev="1.37.1" />
Leiningen
[com.microsoft.azure/azure-mgmt-containerregistry "1.37.1"]
Apache Buildr
'com.microsoft.azure:azure-mgmt-containerregistry:jar:1.37.1'