r

rollbar-log4j2

For connecting your applications built on the JVM to Rollbar for Error Reporting
https://github.com/rollbar/rollbar-java
MIT License
Andrew Weiss David Basoco Diego Veralli
Files download
File Operation
rollbar-log4j2-1.9.0.jar download
rollbar-log4j2-1.9.0.pom download
rollbar-log4j2-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rollbar</groupId>
  <artifactId>rollbar-log4j2</artifactId>
  <version>1.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.rollbar:rollbar-log4j2:1.9.0'
Gradle Kotlin
implementation("com.rollbar:rollbar-log4j2:1.9.0")
Scala SBT
libraryDependencies += "com.rollbar" % "rollbar-log4j2" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rollbar', module='rollbar-log4j2', version='1.9.0')
)
Apache Ivy
<dependency org="com.rollbar" name="rollbar-log4j2" rev="1.9.0" />
Leiningen
[com.rollbar/rollbar-log4j2 "1.9.0"]
Apache Buildr
'com.rollbar:rollbar-log4j2:jar:1.9.0'