is not current version
Last Version 1.0.0.M1

com.microsoft.azure:azure-bom 1.0.0-beta1

This package contains Microsoft Azure SDK for Java.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-bom
Version

Version

1.0.0-beta1
Type

Type

pom

Download azure-bom 1.0.0-beta1


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-bom/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-bom</artifactId>
    <version>1.0.0-beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-bom/
implementation 'com.microsoft.azure:azure-bom:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-bom/
implementation ("com.microsoft.azure:azure-bom:1.0.0-beta1")
'com.microsoft.azure:azure-bom:pom:1.0.0-beta1'
<dependency org="com.microsoft.azure" name="azure-bom" rev="1.0.0-beta1">
  <artifact name="azure-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-bom', version='1.0.0-beta1')
)
libraryDependencies += "com.microsoft.azure" % "azure-bom" % "1.0.0-beta1"
[com.microsoft.azure/azure-bom "1.0.0-beta1"]