GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-tools-common |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
azure-tools-common-0.5.0.pom | |
azure-tools-common-0.5.0.jar | 148 KB |
azure-tools-common-0.5.0-sources.jar | 88 KB |
azure-tools-common-0.5.0-javadoc.jar | 646 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-tools-common/
implementation 'com.microsoft.azure:azure-tools-common:0.5.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-tools-common/
implementation ("com.microsoft.azure:azure-tools-common:0.5.0")
'com.microsoft.azure:azure-tools-common:jar:0.5.0'
<dependency org="com.microsoft.azure" name="azure-tools-common" rev="0.5.0">
<artifact name="azure-tools-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-tools-common', version='0.5.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-tools-common" % "0.5.0"
[com.microsoft.azure/azure-tools-common "0.5.0"]