All Downloads are FREE. Search and download functionalities are using the official Maven repository.

re-core-http-okhttp.1.12.6.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.12.3
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.core.http.okhttp {
    requires transitive com.azure.core;

    requires okhttp3;
    requires okio;
    requires kotlin.stdlib;

    exports com.azure.core.http.okhttp;

    provides com.azure.core.http.HttpClientProvider with com.azure.core.http.okhttp.OkHttpAsyncClientProvider;

    uses com.azure.core.http.HttpClientProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy