MVN

com.voodoodyne.rollbar-logback : rollbar-logback

Maven & Gradle

Dec 05, 2014
13 stars

A Rollbar logback appender that includes out of the box support for servlets

<dependency>
    <groupId>com.voodoodyne.rollbar-logback</groupId>
    <artifactId>rollbar-logback</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.voodoodyne.rollbar-logback : rollbar-logback to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.voodoodyne.rollbar-logback : rollbar-logback to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
rollbar-logback-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.voodoodyne.rollbar-logback</groupId>
    <artifactId>rollbar-logback</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.voodoodyne.rollbar-logback : rollbar-logback gradle dependency to your build.gradle file:

implementation 'com.voodoodyne.rollbar-logback:rollbar-logback:0.1'

Gradle Kotlin DSL: Add the following com.voodoodyne.rollbar-logback : rollbar-logback gradle kotlin dependency to your build.gradle.kts file:

implementation("com.voodoodyne.rollbar-logback:rollbar-logback:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.voodoodyne.rollbar-logback : rollbar-logback sbt scala dependency to your build.sbt file:

libraryDependencies += "com.voodoodyne.rollbar-logback" % "rollbar-logback" % "0.1"