Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.rest.v2 |
ArtifactId | ArtifactIdclient-runtime |
Version | Version2.0.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
client-runtime-2.0.0-beta1.pom | |
client-runtime-2.0.0-beta1.jar | 237 KB |
client-runtime-2.0.0-beta1-sources.jar | 135 KB |
client-runtime-2.0.0-beta1-javadoc.jar | 621 KB |
Browse |
<!-- 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-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime/
implementation 'com.microsoft.rest.v2:client-runtime:2.0.0-beta1'
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime/
implementation ("com.microsoft.rest.v2:client-runtime:2.0.0-beta1")
'com.microsoft.rest.v2:client-runtime:jar:2.0.0-beta1'
<dependency org="com.microsoft.rest.v2" name="client-runtime" rev="2.0.0-beta1">
<artifact name="client-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.rest.v2', module='client-runtime', version='2.0.0-beta1')
)
libraryDependencies += "com.microsoft.rest.v2" % "client-runtime" % "2.0.0-beta1"
[com.microsoft.rest.v2/client-runtime "2.0.0-beta1"]