r

rollbar-api

For connecting your applications built on the JVM to Rollbar for Error Reporting
https://github.com/rollbar/rollbar-java
MIT License
Andrew Weiss David Basoco
Files download
File Operation
rollbar-api-1.7.4.jar download
rollbar-api-1.7.4.pom download
rollbar-api-1.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rollbar</groupId>
  <artifactId>rollbar-api</artifactId>
  <version>1.7.4</version>
</dependency>
Gradle Groovy
implementation 'com.rollbar:rollbar-api:1.7.4'
Gradle Kotlin
implementation("com.rollbar:rollbar-api:1.7.4")
Scala SBT
libraryDependencies += "com.rollbar" % "rollbar-api" % "1.7.4"
Groovy Grape
@Grapes(
  @Grab(group='com.rollbar', module='rollbar-api', version='1.7.4')
)
Apache Ivy
<dependency org="com.rollbar" name="rollbar-api" rev="1.7.4" />
Leiningen
[com.rollbar/rollbar-api "1.7.4"]
Apache Buildr
'com.rollbar:rollbar-api:jar:1.7.4'
Dependencies
The project has no third-party dependencies