a

azure

This package contains the parent module of Microsoft Azure SDK.
https://github.com/Azure/azure-sdk-for-java
The Apache Software License, Version 2.0
Microsoft
Files download
File Operation
azure-0.8.2.pom download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure</artifactId>
  <version>0.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure:0.8.2'
Gradle Kotlin
implementation("com.microsoft.azure:azure:0.8.2")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure', version='0.8.2')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure" rev="0.8.2" />
Leiningen
[com.microsoft.azure/azure "0.8.2"]
Apache Buildr
'com.microsoft.azure:azure:jar:0.8.2'