| 组织ID: |
com.proofpoint.platform |
| 项目ID: |
reporting-client |
| 版本: |
1.43 |
| 最后修改时间: |
2020-04-22 00:54:25 |
| 包类型: |
jar |
| 大小: |
14.89KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>reporting-client</artifactId>
<version>1.43</version>
</dependency>
|
| Gradle引入代码: |
com.proofpoint.platform:reporting-client:1.43
|
| 下载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>1.43</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>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.ReportClient$CompressBodySource.class
com.proofpoint.reporting.ReportingClientModule.class
com.proofpoint.reporting.ForReportClient.class
com.proofpoint.reporting.ReportClient$DataPoint.class
com.proofpoint.reporting.ReportCollector.class
com.proofpoint.reporting.ShutdownMonitor.class
com.proofpoint.reporting.ForReportCollector.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: |
|