MVN

com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback

Maven & Gradle

Jul 09, 2018
174 stars

tomcat8-slf4j-logback · Tomcat8 Slf4j Logback Integration

<dependency>
    <groupId>com.github.tomcat-slf4j-logback</groupId>
    <artifactId>tomcat8-slf4j-logback</artifactId>
    <version>8.0.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.53

All Versions

Choose a version of com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
tomcat8-slf4j-logback-8.0.53
tomcat8-slf4j-logback-8.0.52
tomcat8-slf4j-logback-8.0.51
tomcat8-slf4j-logback-8.0.50
tomcat8-slf4j-logback-8.0.49
tomcat8-slf4j-logback-8.0.48
tomcat8-slf4j-logback-8.0.47
tomcat8-slf4j-logback-8.0.46
tomcat8-slf4j-logback-8.0.45
tomcat8-slf4j-logback-8.0.44
tomcat8-slf4j-logback-8.0.43
tomcat8-slf4j-logback-8.0.42
tomcat8-slf4j-logback-8.0.41
tomcat8-slf4j-logback-8.0.39

How to add a dependency to Maven

Add the following com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tomcat-slf4j-logback</groupId>
    <artifactId>tomcat8-slf4j-logback</artifactId>
    <version>8.0.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback gradle dependency to your build.gradle file:

implementation 'com.github.tomcat-slf4j-logback:tomcat8-slf4j-logback:8.0.53'

Gradle Kotlin DSL: Add the following com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tomcat-slf4j-logback:tomcat8-slf4j-logback:8.0.53")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tomcat-slf4j-logback : tomcat8-slf4j-logback sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat8-slf4j-logback" % "8.0.53"