t

twitter4j-stream

A Java library for the Twitter API
http://twitter4j.org/
Apache License 2.0
Yusuke
Files download
File Operation
twitter4j-stream-2.2.0.jar download
twitter4j-stream-2.2.0.pom download
twitter4j-stream-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.twitter4j</groupId>
  <artifactId>twitter4j-stream</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.twitter4j:twitter4j-stream:2.2.0'
Gradle Kotlin
implementation("org.twitter4j:twitter4j-stream:2.2.0")
Scala SBT
libraryDependencies += "org.twitter4j" % "twitter4j-stream" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.twitter4j', module='twitter4j-stream', version='2.2.0')
)
Apache Ivy
<dependency org="org.twitter4j" name="twitter4j-stream" rev="2.2.0" />
Leiningen
[org.twitter4j/twitter4j-stream "2.2.0"]
Apache Buildr
'org.twitter4j:twitter4j-stream:jar:2.2.0'