is not current version
Last Version 1.3.10

org.openimaj:twitter 1.3

The twitter project contains tools with which to read JSON data from the twitter API and process the data.

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

twitter
Version

Version

1.3
Type

Type

jar

Download twitter 1.3


<!-- https://jarcasting.com/artifacts/org.openimaj/twitter/ -->
<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>twitter</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/twitter/
implementation 'org.openimaj:twitter:1.3'
// https://jarcasting.com/artifacts/org.openimaj/twitter/
implementation ("org.openimaj:twitter:1.3")
'org.openimaj:twitter:jar:1.3'
<dependency org="org.openimaj" name="twitter" rev="1.3">
  <artifact name="twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='twitter', version='1.3')
)
libraryDependencies += "org.openimaj" % "twitter" % "1.3"
[org.openimaj/twitter "1.3"]