GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-mgmt-storage |
Version | Version1.0.0-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-storage/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-storage/
implementation 'com.microsoft.azure:azure-mgmt-storage:1.0.0-beta3'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-storage/
implementation ("com.microsoft.azure:azure-mgmt-storage:1.0.0-beta3")
'com.microsoft.azure:azure-mgmt-storage:jar:1.0.0-beta3'
<dependency org="com.microsoft.azure" name="azure-mgmt-storage" rev="1.0.0-beta3">
<artifact name="azure-mgmt-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-storage', version='1.0.0-beta3')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-storage" % "1.0.0-beta3"
[com.microsoft.azure/azure-mgmt-storage "1.0.0-beta3"]