refcodes-logger-alt-io.3.3.8.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-logger-alt-io Show documentation
Show all versions of refcodes-logger-alt-io Show documentation
Artifact for I/O (stream) based logging with the refoces logger framework.
The newest version!
module org.refcodes.logger.alt.io {
requires org.refcodes.data;
requires org.refcodes.textual;
requires transitive org.refcodes.logger;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.tabular;
exports org.refcodes.logger.alt.io;
}