GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-serviceruntime |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
azure-serviceruntime-0.9.2.pom | |
azure-serviceruntime-0.9.2.jar | 84 KB |
azure-serviceruntime-0.9.2-sources.jar | 91 KB |
azure-serviceruntime-0.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-serviceruntime/
implementation 'com.microsoft.azure:azure-serviceruntime:0.9.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-serviceruntime/
implementation ("com.microsoft.azure:azure-serviceruntime:0.9.2")
'com.microsoft.azure:azure-serviceruntime:jar:0.9.2'
<dependency org="com.microsoft.azure" name="azure-serviceruntime" rev="0.9.2">
<artifact name="azure-serviceruntime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-serviceruntime', version='0.9.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-serviceruntime" % "0.9.2"
[com.microsoft.azure/azure-serviceruntime "0.9.2"]