t

twitter4j-stream

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