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