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