re-mixedreality-authentication.1.2.20.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-mixedreality-authentication Show documentation
Show all versions of azure-mixedreality-authentication Show documentation
This package contains Microsoft Azure SDK for Mixed Reality Authentication.
// 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;
}