| 组织ID: |
com.proofpoint.platform |
| 项目ID: |
reporting-client |
| 版本: |
0.92 |
| 最后修改时间: |
2019-10-24 06:33:54 |
| 包类型: |
jar |
| 大小: |
14.50KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>reporting-client</artifactId>
<version>0.92</version>
</dependency>
|
| Gradle引入代码: |
com.proofpoint.platform:reporting-client:0.92
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>reporting-client</artifactId>
<packaging>jar</packaging>
<parent>
<artifactId>platform</artifactId>
<groupId>com.proofpoint.platform</groupId>
<version>0.92</version>
</parent>
<dependencies>
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>discovery</artifactId>
</dependency>
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>http-client</artifactId>
</dependency>
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>node</artifactId>
</dependency>
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>reporting</artifactId>
</dependency>
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>stats</artifactId>
</dependency>
<dependency>
<groupId>org.weakref</groupId>
<artifactId>jmxutils</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
</dependency>
<!-- for testing -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.proofpoint.reporting.ReportClientConfig.class
com.proofpoint.reporting.ReportCollector$1.class
com.proofpoint.reporting.ReportingClientModule.class
com.proofpoint.reporting.ForReportClient.class
com.proofpoint.reporting.ReportClient$CompressBodyGenerator.class
com.proofpoint.reporting.ReportClient$DataPoint.class
com.proofpoint.reporting.ReportCollector$2.class
com.proofpoint.reporting.ReportCollector.class
com.proofpoint.reporting.ReportClient.class
META-INF/maven/com.proofpoint.platform/reporting-client/pom.xml
META-INF/maven/com.proofpoint.platform/reporting-client/pom.properties
|
| 依赖Jar: |
|