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

re-communication-common.2.0.0-beta.1.source-code.module-info Maven / Gradle / Ivy

Go to download

This package contains data structures commonly used for communicating with Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/CHANGELOG.md.

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

module com.azure.communication.common {

    requires transitive com.azure.core;

    // public API surface area
    exports com.azure.communication.common;

    opens com.azure.communication.common
        to com.fasterxml.jackson.databind;

    exports com.azure.communication.common.implementation to
        com.azure.communication.email,
        com.azure.communication.sms,
        com.azure.communication.identity,
        com.azure.communication.phonenumbers,
        com.azure.communication.chat,
        com.azure.communication.rooms,
        com.azure.communication.callingserver,
        com.azure.communication.callautomation,
        com.azure.communication.networktraversal,
        com.azure.communication.jobrouter;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy