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

y-logback.3.2.5.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
import io.jooby.LoggingService;
import io.jooby.logback.LogbackService;

module io.jooby.logback {
  exports io.jooby.logback;

  requires io.jooby;
  requires static com.github.spotbugs.annotations;
  requires org.slf4j;
  requires ch.qos.logback.classic;

  provides LoggingService with
      LogbackService;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy