GroupId | GroupIdcom.rollbar |
---|---|
ArtifactId | ArtifactIdrollbar-log4j2 |
Version | Version1.6.0 |
Type | Typepom |
Filename | Size |
---|---|
rollbar-log4j2-1.6.0.pom | |
rollbar-log4j2-1.6.0.jar | 1 KB |
rollbar-log4j2-1.6.0-sources.jar | 2 KB |
rollbar-log4j2-1.6.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rollbar/rollbar-log4j2/ -->
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-log4j2</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rollbar/rollbar-log4j2/
implementation 'com.rollbar:rollbar-log4j2:1.6.0'
// https://jarcasting.com/artifacts/com.rollbar/rollbar-log4j2/
implementation ("com.rollbar:rollbar-log4j2:1.6.0")
'com.rollbar:rollbar-log4j2:pom:1.6.0'
<dependency org="com.rollbar" name="rollbar-log4j2" rev="1.6.0">
<artifact name="rollbar-log4j2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rollbar', module='rollbar-log4j2', version='1.6.0')
)
libraryDependencies += "com.rollbar" % "rollbar-log4j2" % "1.6.0"
[com.rollbar/rollbar-log4j2 "1.6.0"]