a

azure

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