组织ID: |
com.rollbar |
项目ID: |
rollbar-java |
版本: |
1.2.0 |
最后修改时间: |
2018-09-20 11:38:07 |
包类型: |
jar |
标题: |
rollbar |
描述: |
For connecting your applications built on the JVM to Rollbar for Error Reporting |
相关URL: |
https://github.com/rollbar/rollbar-java |
大小: |
61.74KB |
|
Maven引入代码: |
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-java</artifactId>
<version>1.2.0</version>
</dependency>
|
Gradle引入代码: |
com.rollbar:rollbar-java:1.2.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-java</artifactId>
<version>1.2.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-api</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>rollbar</name>
<description>For connecting your applications built on the JVM to Rollbar for Error Reporting</description>
<url>https://github.com/rollbar/rollbar-java</url>
<scm>
<url>https://github.com/rollbar/rollbar-java</url>
<connection>scm:git:git@github.com:rollbar/rollbar-java.git</connection>
<developerConnection>scm:git:git@github.com:rollbar/rollbar-java.git</developerConnection>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rokob</id>
<name>Andrew Weiss</name>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.rollbar.notifier.fingerprint.FingerprintGenerator.class
com.rollbar.notifier.util.ObjectsUtils.class
com.rollbar.notifier.util.BodyFactory.class
com.rollbar.notifier.wrapper.RollbarThrowableWrapper.class
com.rollbar.notifier.wrapper.ThrowableWrapper.class
com.rollbar.notifier.config.ConfigProviderHelper.class
com.rollbar.notifier.config.ConfigBuilder.class
com.rollbar.notifier.config.Config.class
com.rollbar.notifier.config.ConfigBuilder$ConfigImpl.class
com.rollbar.notifier.config.ConfigProvider.class
com.rollbar.notifier.transformer.Transformer.class
com.rollbar.notifier.transformer.TransformerPipeline.class
com.rollbar.notifier.sender.SyncSender.class
com.rollbar.notifier.sender.listener.SenderListener.class
com.rollbar.notifier.sender.result.Result$1.class
com.rollbar.notifier.sender.result.Result.class
com.rollbar.notifier.sender.result.Response.class
com.rollbar.notifier.sender.result.Result$Builder.class
com.rollbar.notifier.sender.result.Response$Builder.class
com.rollbar.notifier.sender.BufferedSender$Builder.class
com.rollbar.notifier.sender.SyncSender$Builder.class
com.rollbar.notifier.sender.AbstractSender.class
com.rollbar.notifier.sender.BufferedSender$SenderThreadFactory.class
com.rollbar.notifier.sender.BufferedSender$SendTask.class
com.rollbar.notifier.sender.Sender.class
com.rollbar.notifier.sender.json.JsonSerializer.class
com.rollbar.notifier.sender.json.JsonSerializerImpl.class
com.rollbar.notifier.sender.queue.DiskQueue$PayloadIterator.class
com.rollbar.notifier.sender.queue.DiskQueue$Builder.class
com.rollbar.notifier.sender.queue.DiskQueue$1.class
com.rollbar.notifier.sender.queue.DiskQueue.class
com.rollbar.notifier.sender.exception.ApiException.class
com.rollbar.notifier.sender.exception.SenderException.class
com.rollbar.notifier.sender.BufferedSender.class
com.rollbar.notifier.provider.notifier.VersionHelper.class
com.rollbar.notifier.provider.notifier.NotifierProvider.class
com.rollbar.notifier.provider.Provider.class
com.rollbar.notifier.provider.server.ServerProvider.class
com.rollbar.notifier.provider.timestamp.TimestampProvider.class
com.rollbar.notifier.uncaughtexception.RollbarUncaughtExceptionHandler.class
com.rollbar.notifier.Rollbar.class
com.rollbar.notifier.filter.FilterPipeline.class
com.rollbar.notifier.filter.Filter.class
com.rollbar.notifier.uuid.UuidGenerator.class
com.rollbar.Rollbar$5.class
com.rollbar.Rollbar.class
com.rollbar.Rollbar$7.class
com.rollbar.Rollbar$3.class
com.rollbar.Rollbar$1.class
com.rollbar.Rollbar$6.class
com.rollbar.Rollbar$4.class
com.rollbar.Rollbar$2.class
|
依赖Jar: |
rollbar-api-1.2.0.jar
/com.rollbar/rollbar-api/1.2.0
查看rollbar-api所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
|