MVN

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

Maven & Gradle

Jun 24, 2023
1 stars

tomcat10-slf4j-logback · Tomcat10 Slf4j Logback Integration

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

Latest Version

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

  • Latest Stable: 10.1.10

All Versions

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

Version Vulnerabilities Updated
10.1.x
tomcat10-slf4j-logback-10.1.10
tomcat10-slf4j-logback-10.1.9
tomcat10-slf4j-logback-10.1.8
tomcat10-slf4j-logback-10.1.7
tomcat10-slf4j-logback-10.1.6
tomcat10-slf4j-logback-10.1.5
tomcat10-slf4j-logback-10.1.2
tomcat10-slf4j-logback-10.1.0
10.0.x
tomcat10-slf4j-logback-10.0.0
tomcat10-slf4j-logback-10.0.0-M10
tomcat10-slf4j-logback-10.0.0-M9
tomcat10-slf4j-logback-10.0.0-M8
tomcat10-slf4j-logback-10.0.0-M7
tomcat10-slf4j-logback-10.0.0-M6
tomcat10-slf4j-logback-10.0.0-M5
tomcat10-slf4j-logback-10.0.0-M4
tomcat10-slf4j-logback-10.0.0-M3
tomcat10-slf4j-logback-10.0.0-M1

How to add a dependency to Maven

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

How to add a dependency to Gradle

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

implementation 'com.github.tomcat-slf4j-logback:tomcat10-slf4j-logback:10.1.10'

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

implementation("com.github.tomcat-slf4j-logback:tomcat10-slf4j-logback:10.1.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat10-slf4j-logback" % "10.1.10"