From a4216f9646aeea73c1454d22c0ba856ee3e82edd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 19 Mar 2015 18:59:04 -0400 Subject: initial commit --- lib/readme-libs.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/readme-libs.txt (limited to 'lib/readme-libs.txt') 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 -- cgit v1.2.3