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