All Downloads are FREE. Search and download functionalities are using the official Maven repository.

k.access.tomcat.2.0.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
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;
  
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy