Download rollbar-0.5.3.jar file - Jar r

Jar examples for r:rollbar

Description

A set of classes that allow reporting errors to Rollbar.

You can download jar file rollbar 0.5.3 in this page.

License

MIT License

Build File

You can use the following script to add rollbar-0.5.3.jar to your project.

<dependency>
   <groupId>com.rollbar</groupId>
   <artifactId>rollbar</artifactId>
   <version>0.5.3</version>
</dependency>
compile group: 'com.rollbar', name: 'rollbar', version: '0.5.3'
libraryDependencies += "com.rollbar" % "rollbar" % "0.5.3"
<dependency org="com.rollbar" name="rollbar" rev="0.5.3"/>
@Grapes(@Grab(group='com.rollbar', module='rollbar', version='0.5.3'))
'com.rollbar:rollbar:jar:0.5.3'

Download

Click the following link to download the jar file.

rollbar-0.5.3-javadoc.jar
rollbar-0.5.3-sources.jar
rollbar-0.5.3.jar
rollbar-0.5.3.pom



Related Tutorials