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