t

tomcat-slf4j-logback-config

Tomcat Slf4j Logback Integration Configuration
https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-config
Files download
File Operation
tomcat-slf4j-logback-config-1.6.0.jar download
tomcat-slf4j-logback-config-1.6.0.pom download
tomcat-slf4j-logback-config-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tomcat-slf4j-logback</groupId>
  <artifactId>tomcat-slf4j-logback-config</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-config:1.6.0'
Gradle Kotlin
implementation("com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-config:1.6.0")
Scala SBT
libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat-slf4j-logback-config" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tomcat-slf4j-logback', module='tomcat-slf4j-logback-config', version='1.6.0')
)
Apache Ivy
<dependency org="com.github.tomcat-slf4j-logback" name="tomcat-slf4j-logback-config" rev="1.6.0" />
Leiningen
[com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-config "1.6.0"]
Apache Buildr
'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-config:jar:1.6.0'