MVN

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

Maven & Gradle

Mar 13, 2023
0 stars

tomcat7-slf4j-logback · Tomcat7 Slf4j Logback Integration

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

Latest Version

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

  • Latest Stable: 7.0.109

All Versions

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

Version Vulnerabilities Updated
7.0.x
tomcat7-slf4j-logback-7.0.109.SP1
tomcat7-slf4j-logback-7.0.109
tomcat7-slf4j-logback-7.0.108
tomcat7-slf4j-logback-7.0.107
tomcat7-slf4j-logback-7.0.106
tomcat7-slf4j-logback-7.0.105
tomcat7-slf4j-logback-7.0.104
tomcat7-slf4j-logback-7.0.103
tomcat7-slf4j-logback-7.0.100
tomcat7-slf4j-logback-7.0.99
tomcat7-slf4j-logback-7.0.96
tomcat7-slf4j-logback-7.0.94
tomcat7-slf4j-logback-7.0.93
tomcat7-slf4j-logback-7.0.92
tomcat7-slf4j-logback-7.0.91
tomcat7-slf4j-logback-7.0.90
tomcat7-slf4j-logback-7.0.88
tomcat7-slf4j-logback-7.0.86
tomcat7-slf4j-logback-7.0.85
tomcat7-slf4j-logback-7.0.84
tomcat7-slf4j-logback-7.0.82
tomcat7-slf4j-logback-7.0.81
tomcat7-slf4j-logback-7.0.79
tomcat7-slf4j-logback-7.0.78
tomcat7-slf4j-logback-7.0.77
tomcat7-slf4j-logback-7.0.76
tomcat7-slf4j-logback-7.0.75
tomcat7-slf4j-logback-7.0.73

How to add a dependency to Maven

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

How to add a dependency to Gradle

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

implementation 'com.github.tomcat-slf4j-logback:tomcat7-slf4j-logback:7.0.109'

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

implementation("com.github.tomcat-slf4j-logback:tomcat7-slf4j-logback:7.0.109")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat7-slf4j-logback" % "7.0.109"