MVN

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

Maven & Gradle

Jun 24, 2023
1 stars

tomcat11-slf4j-logback · Tomcat 11 Slf4j Logback Integration

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

Latest Version

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

  • Latest Stable: 11.0.0-M7

All Versions

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

Version Vulnerabilities Updated
11.0.x
tomcat11-slf4j-logback-11.0.0-M7
tomcat11-slf4j-logback-11.0.0-M6
tomcat11-slf4j-logback-11.0.0-M5
tomcat11-slf4j-logback-11.0.0-M4
tomcat11-slf4j-logback-11.0.0-M3
tomcat11-slf4j-logback-11.0.0-M1

How to add a dependency to Maven

Add the following com.github.tomcat-slf4j-logback : tomcat11-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>tomcat11-slf4j-logback</artifactId>
    <version>11.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.tomcat-slf4j-logback:tomcat11-slf4j-logback:11.0.0-M7'

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

implementation("com.github.tomcat-slf4j-logback:tomcat11-slf4j-logback:11.0.0-M7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat11-slf4j-logback" % "11.0.0-M7"