Permalink
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (8 sloc) 342 Bytes
(defproject ring/ring-core "0.3.2"
:description "Ring core libraries."
:url "http://github.com/mmcgrana/ring"
:dependencies [[org.clojure/clojure "1.3.0-alpha2"]
[commons-codec "1.4"]
[commons-io "1.4"]
[commons-fileupload "1.2.1"]
[javax.servlet/servlet-api "2.5"]])