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

re-core-experimental.1.0.0-beta.7.source-code.module-info Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.core.experimental {
    requires transitive com.azure.core;

    exports com.azure.core.experimental.jsonpatch;
    exports com.azure.core.experimental.serializer;
    exports com.azure.core.experimental.spatial;
    exports com.azure.core.experimental.util;

    opens com.azure.core.experimental.jsonpatch to com.fasterxml.jackson.databind;

    uses com.azure.core.experimental.serializer.AvroSerializerProvider;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy