is not current version
Last Version 2.2.0

com.twitter:hbc 1.4.0

A Java HTTP client for consuming Twitter's Streaming API

GroupId

GroupId

com.twitter
ArtifactId

ArtifactId

hbc
Version

Version

1.4.0
Type

Type

pom

Download hbc 1.4.0

Filename Size
hbc-1.4.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.twitter/hbc/ -->
<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>hbc</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/hbc/
implementation 'com.twitter:hbc:1.4.0'
// https://jarcasting.com/artifacts/com.twitter/hbc/
implementation ("com.twitter:hbc:1.4.0")
'com.twitter:hbc:pom:1.4.0'
<dependency org="com.twitter" name="hbc" rev="1.4.0">
  <artifact name="hbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='hbc', version='1.4.0')
)
libraryDependencies += "com.twitter" % "hbc" % "1.4.0"
[com.twitter/hbc "1.4.0"]