License |
License |
---|---|
GroupId | GroupIdcom.azure.android |
ArtifactId | ArtifactIdazure-core-http-okhttp |
Version | Version1.0.0-beta.5 |
Type | Typeaar |
Description |
DescriptionMicrosoft Azure Android Core HTTP OkHttp Library
This package contains HTTP implementation using OkHttp for Azure Android clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.azure.android/azure-core-http-okhttp/ -->
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-beta.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.azure.android/azure-core-http-okhttp/
implementation 'com.azure.android:azure-core-http-okhttp:1.0.0-beta.5'
// https://jarcasting.com/artifacts/com.azure.android/azure-core-http-okhttp/
implementation ("com.azure.android:azure-core-http-okhttp:1.0.0-beta.5")
'com.azure.android:azure-core-http-okhttp:aar:1.0.0-beta.5'
<dependency org="com.azure.android" name="azure-core-http-okhttp" rev="1.0.0-beta.5">
<artifact name="azure-core-http-okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.azure.android', module='azure-core-http-okhttp', version='1.0.0-beta.5')
)
libraryDependencies += "com.azure.android" % "azure-core-http-okhttp" % "1.0.0-beta.5"
[com.azure.android/azure-core-http-okhttp "1.0.0-beta.5"]
Group / Artifact | Type | Version |
---|---|---|
com.azure.android : azure-core-http | jar | 1.0.0-beta.5 |
Group / Artifact | Type | Version |
---|---|---|
com.azure.android : azure-core-logging | jar | 1.0.0-beta.5 |
com.squareup.okhttp3 : okhttp | jar | 3.14.9 |