refcodes-logger-alt-slf4j-legacy.3.2.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-logger-alt-slf4j-legacy Show documentation
Show all versions of refcodes-logger-alt-slf4j-legacy Show documentation
Artifact for slf4j (verion < 2.0) based logging with the refoces logger framework.
module org.refcodes.logger.alt.slf4j.legacy {
requires org.refcodes.runtime;
requires transitive org.refcodes.logger;
requires transitive org.refcodes.tabular;
requires transitive org.slf4j;
exports org.refcodes.logger.alt.slf4j.legacy;
}