re-core-http-vertx.1.0.0-beta.24.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-core-http-vertx Show documentation
Show all versions of azure-core-http-vertx Show documentation
This package contains the Vert.x HTTP client plugin for azure-core.
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