MVN

com.scalyr : logback-log4j-appenders

Maven & Gradle

Jul 10, 2019
1 stars

Scalyr Logback and Log4J Appenders · Appenders for Logback and Log4J

<dependency>
    <groupId>com.scalyr</groupId>
    <artifactId>logback-log4j-appenders</artifactId>
    <version>6.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scalyr : logback-log4j-appenders to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.7

All Versions

Choose a version of com.scalyr : logback-log4j-appenders to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
logback-log4j-appenders-6.0.7
logback-log4j-appenders-6.0.6
logback-log4j-appenders-6.0.5
logback-log4j-appenders-6.0.1
logback-log4j-appenders-6.0.0

How to add a dependency to Maven

Add the following com.scalyr : logback-log4j-appenders maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scalyr</groupId>
    <artifactId>logback-log4j-appenders</artifactId>
    <version>6.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scalyr : logback-log4j-appenders gradle dependency to your build.gradle file:

implementation 'com.scalyr:logback-log4j-appenders:6.0.7'

Gradle Kotlin DSL: Add the following com.scalyr : logback-log4j-appenders gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scalyr:logback-log4j-appenders:6.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scalyr : logback-log4j-appenders sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scalyr" % "logback-log4j-appenders" % "6.0.7"

Advertisement