is not current version
Last Version 1.8.1

com.rollbar:rollbar-log4j2 1.2.1

For connecting your applications built on the JVM to Rollbar for Error Reporting

GroupId

GroupId

com.rollbar
ArtifactId

ArtifactId

rollbar-log4j2
Version

Version

1.2.1
Type

Type

pom

Download rollbar-log4j2 1.2.1


<!-- https://jarcasting.com/artifacts/com.rollbar/rollbar-log4j2/ -->
<dependency>
    <groupId>com.rollbar</groupId>
    <artifactId>rollbar-log4j2</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rollbar/rollbar-log4j2/
implementation 'com.rollbar:rollbar-log4j2:1.2.1'
// https://jarcasting.com/artifacts/com.rollbar/rollbar-log4j2/
implementation ("com.rollbar:rollbar-log4j2:1.2.1")
'com.rollbar:rollbar-log4j2:pom:1.2.1'
<dependency org="com.rollbar" name="rollbar-log4j2" rev="1.2.1">
  <artifact name="rollbar-log4j2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rollbar', module='rollbar-log4j2', version='1.2.1')
)
libraryDependencies += "com.rollbar" % "rollbar-log4j2" % "1.2.1"
[com.rollbar/rollbar-log4j2 "1.2.1"]