re-cosmos-encryption.2.16.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-cosmos-encryption Show documentation
Show all versions of azure-cosmos-encryption Show documentation
This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module com.azure.cosmos.encryption {
requires transitive com.azure.cosmos;
requires java.sql;
// public API surface area
exports com.azure.cosmos.encryption;
exports com.azure.cosmos.encryption.models;
opens com.azure.cosmos.encryption to com.fasterxml.jackson.databind, com.fasterxml.jackson.module.afterburner;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy