License |
License |
---|---|
GroupId | GroupIdcom.rollbar |
ArtifactId | ArtifactIdrollbar-api |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrollbar
For connecting your applications built on the JVM to Rollbar for Error Reporting
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rollbar-api-1.8.1.pom | |
rollbar-api-1.8.1.jar | 1 KB |
rollbar-api-1.8.1-sources.jar | 23 KB |
rollbar-api-1.8.1-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rollbar/rollbar-api/ -->
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-api</artifactId>
<version>1.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rollbar/rollbar-api/
implementation 'com.rollbar:rollbar-api:1.8.1'
// https://jarcasting.com/artifacts/com.rollbar/rollbar-api/
implementation ("com.rollbar:rollbar-api:1.8.1")
'com.rollbar:rollbar-api:pom:1.8.1'
<dependency org="com.rollbar" name="rollbar-api" rev="1.8.1">
<artifact name="rollbar-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rollbar', module='rollbar-api', version='1.8.1')
)
libraryDependencies += "com.rollbar" % "rollbar-api" % "1.8.1"
[com.rollbar/rollbar-api "1.8.1"]