GroupId | GroupIdcom.rollbar |
---|---|
ArtifactId | ArtifactIdrollbar-log4j2 |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
rollbar-log4j2-1.2.1.pom | |
rollbar-log4j2-1.2.1.jar | 1 KB |
rollbar-log4j2-1.2.1-sources.jar | 2 KB |
rollbar-log4j2-1.2.1-javadoc.jar | 19 KB |
Browse |
<!-- 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"]