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