re-messaging-eventgrid.4.27.0.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-messaging-eventgrid Show documentation
Show all versions of azure-messaging-eventgrid Show documentation
This package contains Microsoft Azure EventGrid SDK.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module com.azure.messaging.eventgrid {
requires transitive com.azure.core;
requires transitive com.azure.json;
exports com.azure.messaging.eventgrid;
exports com.azure.messaging.eventgrid.systemevents;
opens com.azure.messaging.eventgrid.implementation.models to com.azure.core;
opens com.azure.messaging.eventgrid.systemevents to com.azure.core;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy