GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-toolkit-libs |
Version | Version0.21.0 |
Type | Typepom |
Filename | Size |
---|---|
azure-toolkit-libs-0.21.0.pom | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-toolkit-libs/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-libs</artifactId>
<version>0.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-toolkit-libs/
implementation 'com.microsoft.azure:azure-toolkit-libs:0.21.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-toolkit-libs/
implementation ("com.microsoft.azure:azure-toolkit-libs:0.21.0")
'com.microsoft.azure:azure-toolkit-libs:pom:0.21.0'
<dependency org="com.microsoft.azure" name="azure-toolkit-libs" rev="0.21.0">
<artifact name="azure-toolkit-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-toolkit-libs', version='0.21.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-toolkit-libs" % "0.21.0"
[com.microsoft.azure/azure-toolkit-libs "0.21.0"]