k.access.tomcat.2.0.2.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 tomcat Show documentation
Show all versions of tomcat Show documentation
Logback Access Tomcat Module module
module ch.qos.logback.access.tomcat {
requires ch.qos.logback.core;
requires ch.qos.logback.access.common;
requires org.apache.tomcat.coyote;
requires org.apache.tomcat.catalina;
exports ch.qos.logback.access.tomcat;
}