Advertisement
Guest User

Untitled

a guest
Apr 19th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. (defproject overdue-invoices "0.1.0-SNAPSHOT"
  2. :description "FIXME: write description"
  3. :url "http://example.com/FIXME"
  4. :license {:name "Eclipse Public License"
  5. :url "http://www.eclipse.org/legal/epl-v10.html"}
  6. :dependencies [[org.clojure/clojure "1.4.0"]
  7. [clj-http "0.7.1"]
  8. [org.clojure/data.json "0.2.2"]
  9. [commons-lang "2.5"]
  10. [clj-time "0.5.0"]
  11. [clojure-csv/clojure-csv "2.0.0-alpha1"]
  12. [ring/ring-core "1.1.8"]
  13. [hiccup "1.0.3"]
  14. [org.clojars.stevesj76/spyglass "1.1.0-SNAPSHOT"]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement