refcodes-jobbus.3.0.3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-jobbus Show documentation
Show all versions of refcodes-jobbus Show documentation
Artifact providing command pattern based job-bus functionality.
module org.refcodes.jobbus {
requires org.refcodes.controlflow;
requires org.refcodes.data;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.command;
requires transitive org.refcodes.component;
requires java.logging;
exports org.refcodes.jobbus;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy