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