ourcemanager.azure-resourcemanager-sql.2.44.0.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-resourcemanager-sql Show documentation
Show all versions of azure-resourcemanager-sql Show documentation
This package contains Microsoft Azure Sql Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module com.azure.resourcemanager.sql {
requires transitive com.azure.resourcemanager.resources;
requires com.azure.resourcemanager.storage;
// export public APIs of sql
exports com.azure.resourcemanager.sql;
exports com.azure.resourcemanager.sql.fluent;
exports com.azure.resourcemanager.sql.fluent.models;
exports com.azure.resourcemanager.sql.models;
// open packages specifically for azure core
opens com.azure.resourcemanager.sql.fluent.models to com.azure.core;
opens com.azure.resourcemanager.sql.models to com.azure.core;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy