| 组织ID: |
com.bazaarvoice.emodb |
| 项目ID: |
emodb-databus-client |
| 版本: |
5.4.12 |
| 最后修改时间: |
2019-11-01 23:50:16 |
| 包类型: |
jar |
| 标题: |
EmoDB Databus HTTP Client |
| 大小: |
5.23KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-databus-client</artifactId>
<version>5.4.12</version>
</dependency>
|
| Gradle引入代码: |
com.bazaarvoice.emodb:emodb-databus-client:5.4.12
|
| 下载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>
<parent>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-parent</artifactId>
<version>5.4.12</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>emodb-databus-client</artifactId>
<packaging>jar</packaging>
<name>EmoDB Databus HTTP Client</name>
<dependencies>
<!-- Bazaarvoice dependencies -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-databus-client-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-common-dropwizard-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich-dropwizard</artifactId>
</dependency>
<!-- 3rd-party dependencies -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.bazaarvoice.emodb.databus.client.DatabusClientFactory.class
com.bazaarvoice.emodb.databus.client.DatabusHealthCheck.class
META-INF/maven/com.bazaarvoice.emodb/emodb-databus-client/pom.xml
META-INF/maven/com.bazaarvoice.emodb/emodb-databus-client/pom.properties
|
| 依赖Jar: |
emodb-databus-client-common-${project.version}.jar
/com.bazaarvoice.emodb/emodb-databus-client-common/${project.version}
查看emodb-databus-client-common所有版本文件
emodb-common-dropwizard-client-${project.version}.jar
/com.bazaarvoice.emodb/emodb-common-dropwizard-client/${project.version}
查看emodb-common-dropwizard-client所有版本文件
|