rollbar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar</artifactId>
<version>0.5.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.rollbar</groupId>
<artifactId>rollbar</artifactId>
<version>0.5.4</version>
<name>rollbar</name>
<description>Single entry point allowing reporting errors to Rollbar</description>
<url>https://github.com/rollbar/rollbar-java/rollbar</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Christopher Pfohl</name>
<email>chris@rollbar.com</email>
<organization>Rollbar</organization>
<organizationUrl>http://www.rollbar.com</organizationUrl>
</developer>
<developer>
<name>Daniel Steuernol</name>
<email>daniel@rollbar.com</email>
<organization>Rollbar</organization>
<organizationUrl>http://www.rollbar.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:rollbar/rollbar-java.git/rollbar</connection>
<developerConnection>scm:git:git@github.com:rollbar/rollbar-java.git/rollbar</developerConnection>
<url>github.com/rollbar/rollbar-java/rollbar</url>
</scm>
<dependencies>
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-payload</artifactId>
<version>0.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-sender</artifactId>
<version>0.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-utilities</artifactId>
<version>0.5.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>