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

flu-store.1.0.1.source-code.module-info Maven / Gradle / Ivy

module jflu.subscriber.store {
    requires org.slf4j;
    requires liquibase.core;
    requires postgresql;
    requires logback.core;
    requires logback.classic;
    requires java.sql;
    requires com.google.common;
    requires com.fasterxml.jackson.databind;
    requires jflu.core;
    requires jflu.subscriber.rabbitmq;
    requires jflu.producer.rabbitmq;
    exports be.looorent.jflu.store;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy