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

re-messaging-eventhubs-checkpointstore-jedis.1.0.0-beta.3.source-code.module-info Maven / Gradle / Ivy

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

module com.azure.messaging.eventhubs.checkpointstore.jedis {
    requires transitive com.azure.core;
    requires redis.clients.jedis;
    requires com.azure.messaging.eventhubs;

    exports com.azure.messaging.eventhubs.checkpointstore.jedis;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy