A project.clj with clojure.contrib:

(defproject foo "1.0.0-SNAPSHOT"
  :description "FIXME: write description"
  :dependencies [[org.clojure/clojure "1.2.1"]
                         [org.clojure/clojure-contrib "1.2.0"]])

To find libraries, search http://clojars.org

Documentation for lein is in the git repo on github:
https://github.com/technomancy/leiningen

All of the *.md files in the top level on that page are worth reading,
starting with the tutorial:
https://github.com/technomancy/leiningen/blob/master/TUTORIAL.md

 - Mark


On Fri, May 20, 2011 at 11:08 PM, Vincent <vincent....@gmail.com> wrote:

> Dear all
>
> i downloaded lein 1.5.2. ... it does not include clojure.contrib in
> project.clj when creating a new project.
> how to do it?   Where is detailed documentation for lein?
>
> How to know latest version of vairous libs to include  in include in lein
> project.clj
>
>
> Thanks in advace
> regards
> Vincent
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to