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

re-cosmos-encryption.2.16.0.source-code.module-info Maven / Gradle / Ivy

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