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
Files download
File Operation
rollbar-api-1.7.0.jar download
rollbar-api-1.7.0.pom download
rollbar-api-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rollbar</groupId>
  <artifactId>rollbar-api</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.rollbar:rollbar-api:1.7.0'
Gradle Kotlin
implementation("com.rollbar:rollbar-api:1.7.0")
Scala SBT
libraryDependencies += "com.rollbar" % "rollbar-api" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rollbar', module='rollbar-api', version='1.7.0')
)
Apache Ivy
<dependency org="com.rollbar" name="rollbar-api" rev="1.7.0" />
Leiningen
[com.rollbar/rollbar-api "1.7.0"]
Apache Buildr
'com.rollbar:rollbar-api:jar:1.7.0'
Dependencies
The project has no third-party dependencies