Download hbc-twitter4j-2.2.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/com.twitter/hbc-twitter4j/pom.properties
META-INF/maven/com.twitter/hbc-twitter4j/pom.xml
com.twitter.hbc.twitter4j.BaseTwitter4jClient.class
com.twitter.hbc.twitter4j.Twitter4jClient.class
com.twitter.hbc.twitter4j.Twitter4jSitestreamClient.class
com.twitter.hbc.twitter4j.Twitter4jStatusClient.class
com.twitter.hbc.twitter4j.Twitter4jUserstreamClient.class
com.twitter.hbc.twitter4j.handler.SitestreamHandler.class
com.twitter.hbc.twitter4j.handler.StatusStreamHandler.class
com.twitter.hbc.twitter4j.handler.UserstreamHandler.class
com.twitter.hbc.twitter4j.message.DisconnectMessage.class
com.twitter.hbc.twitter4j.message.StallWarningMessage.class
com.twitter.hbc.twitter4j.parser.JSONObjectParser.class
twitter4j.PublicObjectFactory.class

Pom

hbc-twitter4j-2.2.0.pom file content.

<?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">
  <parent>
    <groupId>com.twitter</groupId>
    <artifactId>hbc</artifactId>
    <version>2.2.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.twitter</groupId>
  <artifactId>hbc-twitter4j</artifactId>
  <version>2.2.0</version>
  <packaging>jar</packaging>
  <name>Hosebird Client Twitter4J</name>
  <properties>
    <git.dir>${project.basedir}/../.git</git.dir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>hbc-core</artifactId>
      <version>2.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.twitter4j</groupId>
      <artifactId>twitter4j-core</artifactId>
      <version>4.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.twitter4j</groupId>
      <artifactId>twitter4j-stream</artifactId>
      <version>4.0.1</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>
  </build>
</project>

POM Entry

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

Download

If you think the following hbc-twitter4j-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-twitter4j-2.2.0.jar file




PreviousNext

Related