r

rollbar-testing

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