| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openimaj |
| Идентификатор | Идентификаторtwitter |
| Версия | Версия1.3.10 |
| Тип | Типjar |
| Описание |
Описаниеtwitter
The twitter project contains tools with which to read
JSON data from the twitter API and process the data.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| twitter-1.3.10.pom | |
| twitter-1.3.10.jar | 1 MB |
| twitter-1.3.10-sources.jar | 1 MB |
| twitter-1.3.10-javadoc.jar | 392 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openimaj/twitter/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>twitter</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/twitter/
implementation 'org.openimaj:twitter:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/twitter/
implementation ("org.openimaj:twitter:1.3.10")
'org.openimaj:twitter:jar:1.3.10'
<dependency org="org.openimaj" name="twitter" rev="1.3.10">
<artifact name="twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='twitter', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "twitter" % "1.3.10"
[org.openimaj/twitter "1.3.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| joda-time : joda-time | jar | 2.1 |
| org.openimaj : core | jar | 1.3.10 |
| org.openimaj : nlp | jar | 1.3.10 |
| org.twitter4j : twitter4j-core | jar | 3.0.5 |
| org.twitter4j : twitter4j-stream | jar | 3.0.5 |
| org.openimaj : test-resources | jar | 1.3.10 |
| com.jayway.jsonpath : json-path | jar | 0.8.0 |
| com.jayway.jsonpath : json-path-assert | jar | 0.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |