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

bozonky.robozonky-common.5.2.7.source-code.module-info Maven / Gradle / Ivy

module com.github.robozonky.common {
    requires java.management;
    requires java.ws.rs;
    requires ini4j;
    requires io.vavr;
    requires jdk.jfr;
    requires org.apache.logging.log4j;
    requires paging.streams;
    requires resteasy.client;
    requires com.github.robozonky.api;

    exports com.github.robozonky.common.async;
    exports com.github.robozonky.common.extensions;
    exports com.github.robozonky.common.jobs;
    exports com.github.robozonky.common.management;
    exports com.github.robozonky.common.remote;
    exports com.github.robozonky.common.secrets;
    exports com.github.robozonky.common.state;
    exports com.github.robozonky.common.tenant;
    exports com.github.robozonky.util;

    uses com.github.robozonky.common.jobs.JobService;
    uses com.github.robozonky.api.strategies.StrategyService;
    uses com.github.robozonky.api.confirmations.ConfirmationProviderService;
    uses com.github.robozonky.api.notifications.ListenerService;

    provides com.github.robozonky.common.jobs.JobService with com.github.robozonky.common.state.StateCleanerJobService;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy