License |
License |
---|---|
Categories |
CategoriesTwitter4J Business Logic Libraries |
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdhbc-twitter4j |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHosebird Client Twitter4J
A Java HTTP client for consuming Twitter's Streaming API
|
Filename | Size |
---|---|
hbc-twitter4j-2.2.0.pom | |
hbc-twitter4j-2.2.0.jar | 22 KB |
hbc-twitter4j-2.2.0-sources.jar | 13 KB |
hbc-twitter4j-2.2.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/hbc-twitter4j/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc-twitter4j</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/hbc-twitter4j/
implementation 'com.twitter:hbc-twitter4j:2.2.0'
// https://jarcasting.com/artifacts/com.twitter/hbc-twitter4j/
implementation ("com.twitter:hbc-twitter4j:2.2.0")
'com.twitter:hbc-twitter4j:jar:2.2.0'
<dependency org="com.twitter" name="hbc-twitter4j" rev="2.2.0">
<artifact name="hbc-twitter4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='hbc-twitter4j', version='2.2.0')
)
libraryDependencies += "com.twitter" % "hbc-twitter4j" % "2.2.0"
[com.twitter/hbc-twitter4j "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.twitter : hbc-core | jar | 2.2.0 |
com.google.guava : guava | jar | 14.0.1 |
org.twitter4j : twitter4j-core | jar | 4.0.1 |
org.twitter4j : twitter4j-stream | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |
junit : junit | jar | 4.8.1 |