0
我試圖用twitter4j.I我試圖通過它來Streaming API訪問Twitter API(9點),但可用StatusListener和TwitterStream沒有present.I checkecd罐子以及,他們也不在場。 我加StatusListener和TwitterStream類不是罐子
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>2.2.5</version>
</dependency>
在pom.xml中添加jars.TwitterStream似乎呈現twitter4j因爲2.2.0.I正在使用2.2.5這是最新的穩定build.But還是這些類不存在在罐子裏。 請告訴我,如果有其他人有相同的問題或有解決方案。
我在哪裏可以找到pom.xml中添加上述依賴條件? – syfantid
沒有工作給我 –