Download hbc-core-2.2.0.jar file

Introduction

You can download hbc-core-2.2.0.jar in this page.

License

Open Source

Type List

hbc-core-2.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.twitter/hbc-core/pom.properties
META-INF/maven/com.twitter/hbc-core/pom.xml
build.properties
com.twitter.hbc.BasicRateTracker.class
com.twitter.hbc.BasicReconnectionManager.class
com.twitter.hbc.ClientBuilder.class
com.twitter.hbc.RateTracker.class
com.twitter.hbc.ReconnectionManager.class
com.twitter.hbc.SitestreamController.class
com.twitter.hbc.common.DelimitedStreamReader.class
com.twitter.hbc.common.IOUtils.class
com.twitter.hbc.core.Client.class
com.twitter.hbc.core.Constants.class
com.twitter.hbc.core.Hosts.class
com.twitter.hbc.core.HttpConstants.class
com.twitter.hbc.core.HttpHosts.class
com.twitter.hbc.core.StatsReporter.class
com.twitter.hbc.core.endpoint.BaseEndpoint.class
com.twitter.hbc.core.endpoint.DefaultStreamingEndpoint.class
com.twitter.hbc.core.endpoint.Endpoint.class
com.twitter.hbc.core.endpoint.EnterpriseStreamingEndpoint.class
com.twitter.hbc.core.endpoint.Location.class
com.twitter.hbc.core.endpoint.PartitionableEndpoint.class
com.twitter.hbc.core.endpoint.RawEndpoint.class
com.twitter.hbc.core.endpoint.RealTimeEnterpriseStreamingEndpoint.class
com.twitter.hbc.core.endpoint.ReplayEnterpriseStreamingEndpoint.class
com.twitter.hbc.core.endpoint.SitestreamEndpoint.class
com.twitter.hbc.core.endpoint.StatusesFilterEndpoint.class
com.twitter.hbc.core.endpoint.StatusesFirehoseEndpoint.class
com.twitter.hbc.core.endpoint.StatusesSampleEndpoint.class
com.twitter.hbc.core.endpoint.StreamingEndpoint.class
com.twitter.hbc.core.endpoint.UserstreamEndpoint.class
com.twitter.hbc.core.event.ConnectionEvent.class
com.twitter.hbc.core.event.Event.class
com.twitter.hbc.core.event.EventType.class
com.twitter.hbc.core.event.HttpResponseEvent.class
com.twitter.hbc.core.processor.AbstractProcessor.class
com.twitter.hbc.core.processor.HosebirdMessageProcessor.class
com.twitter.hbc.core.processor.LineStringProcessor.class
com.twitter.hbc.core.processor.StringDelimitedProcessor.class
com.twitter.hbc.httpclient.BasicClient.class
com.twitter.hbc.httpclient.ClientBase.class
com.twitter.hbc.httpclient.Connection.class
com.twitter.hbc.httpclient.ControlStreamException.class
com.twitter.hbc.httpclient.RestartableHttpClient.class
com.twitter.hbc.httpclient.auth.Authentication.class
com.twitter.hbc.httpclient.auth.BasicAuth.class
com.twitter.hbc.httpclient.auth.OAuth1.class

Pom

hbc-core-2.2.0.pom file content.

<?xml version="1.0"?>
<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>
  <groupId>com.twitter</groupId>
  <artifactId>hbc-core</artifactId>
  <version>2.2.0</version>
  <packaging>jar</packaging>
  <name>Hosebird Client Core</name>
  <parent>
    <groupId>com.twitter</groupId>
    <artifactId>hbc</artifactId>
    <version>2.2.0</version>
  </parent>
  <properties>
    <git.dir>${project.basedir}/../.git</git.dir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.2.5</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.6</version>
    </dependency>
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>joauth</artifactId>
      <version>6.0.2</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>1.3.9</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>clirr-maven-plugin</artifactId>
        <version>2.5</version>
        <configuration>
          <comparisonVersion>1.3.0</comparisonVersion>
          <minSeverity>info</minSeverity>
        </configuration>
      </plugin>
    </plugins>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>true</filtering>
        <includes>
          <include>build.properties</include>
        </includes>
      </resource>
    </resources>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>hbc-core</artifactId>
   <version>2.2.0</version>
</dependency>

Download

If you think the following hbc-core-2.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hbc-core-2.2.0.jar file




PreviousNext

Related