License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdhbc-core |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHosebird Client Core
A Java HTTP client for consuming Twitter's Streaming API
|
Filename | Size |
---|---|
hbc-core-2.2.0.pom | |
hbc-core-2.2.0.jar | 58 KB |
hbc-core-2.2.0-sources.jar | 45 KB |
hbc-core-2.2.0-javadoc.jar | 279 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/hbc-core/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc-core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/hbc-core/
implementation 'com.twitter:hbc-core:2.2.0'
// https://jarcasting.com/artifacts/com.twitter/hbc-core/
implementation ("com.twitter:hbc-core:2.2.0")
'com.twitter:hbc-core:jar:2.2.0'
<dependency org="com.twitter" name="hbc-core" rev="2.2.0">
<artifact name="hbc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='hbc-core', version='2.2.0')
)
libraryDependencies += "com.twitter" % "hbc-core" % "2.2.0"
[com.twitter/hbc-core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.2.5 |
com.google.guava : guava | jar | 14.0.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
com.twitter : joauth | jar | 6.0.2 |
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |
junit : junit | jar | 4.8.1 |