Thanks, that's great info to have :)  Although I have to confess that
I'm still doing only small exploratory projects, so I haven't gotten
my feet wet with build systems like maven or lein yet.

On Oct 27, 7:21 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> Yes, to get one big JAR containing all of clojure-contrib, you can
> depend on:
>
>   groupId: org.clojure.contrib
>   artifactId: standalone
>   version: 1.3.0-alpha2
>
>   Or in Leiningen: [org.clojure.contrib/standalone "1.3.0-alpha2"]
>
> To get lots of little JARs for each of the contrib libraries, you can
> depend on:
>
>   groupId: org.clojure.contrib
>   artifactId: complete
>   version: 1.3.0-alpha2
>
>   Or in Leiningen: [org.clojure.contrib/complete "1.3.0-alpha2"]
>
> To get just a single library, check out the list 
> athttp://build.clojure.org/releases/org/clojure/contrib/
> and depend on:
>
>   groupId: org.clojure.contrib
>   artifactId: NAME-OF-THE-LIBRARY
>   version: 1.3.0-alpha2
>
>   Or in Leiningen: [org.clojure.contrib/NAME-OF-THE-LIBRARY "1.3.0-
> alpha2"]
>
> -S
>
> On Oct 26, 10:37 pm, Btsai <benny.t...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Is there still a complete jar somewhere that has all the modules?  If
> > so, I can't seem to find it.  Or is that a thing of the past now?

-- 
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