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

re-mixedreality-authentication.1.2.20.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.28
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

/**
 * Declares a module for Azure Mixed Reality Authentication.
 */
module com.azure.mixedreality.authentication {
    requires transitive com.azure.core;

    exports com.azure.mixedreality.authentication;

    opens com.azure.mixedreality.authentication.implementation.models
        to com.fasterxml.jackson.databind, com.azure.core;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy