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