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

re-core-http-vertx.1.0.0-beta.24.source-code.module-info Maven / Gradle / Ivy

The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

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

    requires reactor.core;
    requires io.netty.buffer;
    requires io.vertx.core;
    requires org.reactivestreams;

    exports com.azure.core.http.vertx;

    provides com.azure.core.http.HttpClientProvider with com.azure.core.http.vertx.VertxHttpClientProvider;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy