Skip to content

Commit d00c115

Browse files
author
Matt Revelle
committed
Merge branch 'master' of git://github.com/jmalonzo/clojure-twitter
2 parents fb2e146 + 913476c commit d00c115

8 files changed

+8
-0
lines changed

lib/apache-mime4j-0.5.jar

-281 KB
Binary file not shown.

lib/clj-apache-http.jar

-136 KB
Binary file not shown.

lib/commons-codec-1.3.jar

-45.6 KB
Binary file not shown.

lib/commons-logging-1.1.1.jar

-59.3 KB
Binary file not shown.

lib/httpclient-4.0-beta2.jar

-270 KB
Binary file not shown.

lib/httpcore-4.0-beta3.jar

-168 KB
Binary file not shown.

lib/httpmime-4.0-beta2.jar

-22.5 KB
Binary file not shown.

project.clj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(defproject clojure-twitter "1.0.0-SNAPSHOT"
2+
:description "Twitter Client API for Clojure"
3+
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
4+
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
5+
;[clj-oauth "1.0.0-SNAPSHOT"]
6+
[com.twinql.clojure/clj-apache-http "1.1.0"]]
7+
:dev-dependencies [[org.clojure/swank-clojure "1.1.0"]]
8+
)

0 commit comments

Comments
 (0)