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