GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-toolkit-libs |
Version | Version0.19.0 |
Type | Typepom |
Filename | Size |
---|---|
azure-toolkit-libs-0.19.0.pom | 38 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.19.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-toolkit-libs/
implementation 'com.microsoft.azure:azure-toolkit-libs:0.19.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-toolkit-libs/
implementation ("com.microsoft.azure:azure-toolkit-libs:0.19.0")
'com.microsoft.azure:azure-toolkit-libs:pom:0.19.0'
<dependency org="com.microsoft.azure" name="azure-toolkit-libs" rev="0.19.0">
<artifact name="azure-toolkit-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-toolkit-libs', version='0.19.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-toolkit-libs" % "0.19.0"
[com.microsoft.azure/azure-toolkit-libs "0.19.0"]