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