Hi, On Sat, Oct 10, 2009 at 5:43 PM, James Reeves <weavejes...@googlemail.com> wrote: > I'm working on a Clojure package manager called Capra, and I need some > opinions on the syntax for specifying dependencies. The most basic > system I've come up with is: > > (capra/depend "apache/commons-codec/1.4") > [...] > Does anyone else have any other suggestions on the best syntax for > specifying Jar dependencies in a Clojure file?
I would suggest using the groupId:artifactId:version syntax from Maven. BR, Jukka Zitting --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---