| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.microsoft.rest |
| ArtifactId | ArtifactIdclient-runtime |
| Version | Version1.6.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| client-runtime-1.6.10.pom | |
| client-runtime-1.6.10.jar | 98 KB |
| client-runtime-1.6.10-sources.jar | 65 KB |
| client-runtime-1.6.10-javadoc.jar | 318 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.rest/client-runtime/ -->
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.rest/client-runtime/
implementation 'com.microsoft.rest:client-runtime:1.6.10'
// https://jarcasting.com/artifacts/com.microsoft.rest/client-runtime/
implementation ("com.microsoft.rest:client-runtime:1.6.10")
'com.microsoft.rest:client-runtime:jar:1.6.10'
<dependency org="com.microsoft.rest" name="client-runtime" rev="1.6.10">
<artifact name="client-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.rest', module='client-runtime', version='1.6.10')
)
libraryDependencies += "com.microsoft.rest" % "client-runtime" % "1.6.10"
[com.microsoft.rest/client-runtime "1.6.10"]