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