diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-19 18:59:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-19 18:59:04 -0400 |
commit | a4216f9646aeea73c1454d22c0ba856ee3e82edd (patch) | |
tree | 0f83215d6f49283c2cffd605db0b3aa1cc5504ac /lib/readme-libs.txt |
initial commit
Diffstat (limited to 'lib/readme-libs.txt')
-rw-r--r-- | lib/readme-libs.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/readme-libs.txt b/lib/readme-libs.txt new file mode 100644 index 0000000..6b337be --- /dev/null +++ b/lib/readme-libs.txt @@ -0,0 +1,11 @@ +Twittetr4J is a Twitter API binding library for the Java language licensed under Apache License 2.0. + +Twitter4J includes software from JSON.org to parse JSON response from the Twitter API. You can see the license term at http://www.JSON.org/license.html + +readme-libs.txt - this file +twitter4j-core.jar - REST and Search API support +twitter4j-async.jar - Async API support : use with twitter4j-core +twitter4j-media-support.jar - media API support : use with twitter4j-core +twitter4j-stream.jar - Streaming API support : use with twitter4j-core +twitter4j-examples.jar - examples : use with twitter4j-core, twitter4j-async and twitter4j-stream +twitter4j-spdy.jar - SPDY / HTTP2.0 support : adds SPDY / HTTP2.0 support, boosts Twitter4J performance, reduce packets, save the earth |