re-communication-messages.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-communication-messages Show documentation
Show all versions of azure-communication-messages Show documentation
This package contains a Java SDK for Azure Communication Messages Services.
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.communication.messages {
requires transitive com.azure.core;
requires transitive com.azure.communication.common;
exports com.azure.communication.messages;
exports com.azure.communication.messages.models.channels;
exports com.azure.communication.messages.models;
opens com.azure.communication.messages.models.channels to com.azure.core;
opens com.azure.communication.messages.models to com.azure.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy