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-1.0.0-beta1.pom download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure</artifactId>
  <version>1.0.0-beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure:1.0.0-beta1'
Gradle Kotlin
implementation("com.microsoft.azure:azure:1.0.0-beta1")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure" % "1.0.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure', version='1.0.0-beta1')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure" rev="1.0.0-beta1" />
Leiningen
[com.microsoft.azure/azure "1.0.0-beta1"]
Apache Buildr
'com.microsoft.azure:azure:jar:1.0.0-beta1'