GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-tools-common |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
azure-tools-common-0.10.1.pom | |
azure-tools-common-0.10.1.jar | 160 KB |
azure-tools-common-0.10.1-sources.jar | 95 KB |
azure-tools-common-0.10.1-javadoc.jar | 693 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-tools-common/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-tools-common</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-tools-common/
implementation 'com.microsoft.azure:azure-tools-common:0.10.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-tools-common/
implementation ("com.microsoft.azure:azure-tools-common:0.10.1")
'com.microsoft.azure:azure-tools-common:jar:0.10.1'
<dependency org="com.microsoft.azure" name="azure-tools-common" rev="0.10.1">
<artifact name="azure-tools-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-tools-common', version='0.10.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-tools-common" % "0.10.1"
[com.microsoft.azure/azure-tools-common "0.10.1"]