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