| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.microsoft.rest.v2 | 
    
| ArtifactId | ArtifactIdclient-runtime | 
    
| Version | Version2.0.0-java7-beta1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime/ -->
<dependency>
    <groupId>com.microsoft.rest.v2</groupId>
    <artifactId>client-runtime</artifactId>
    <version>2.0.0-java7-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime/
implementation 'com.microsoft.rest.v2:client-runtime:2.0.0-java7-beta1'
                // https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime/
implementation ("com.microsoft.rest.v2:client-runtime:2.0.0-java7-beta1")
                'com.microsoft.rest.v2:client-runtime:jar:2.0.0-java7-beta1'
                <dependency org="com.microsoft.rest.v2" name="client-runtime" rev="2.0.0-java7-beta1">
  <artifact name="client-runtime" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.microsoft.rest.v2', module='client-runtime', version='2.0.0-java7-beta1')
)
                libraryDependencies += "com.microsoft.rest.v2" % "client-runtime" % "2.0.0-java7-beta1"
                [com.microsoft.rest.v2/client-runtime "2.0.0-java7-beta1"]