Re: Adding a jar to dependencies in lein

2011-11-12 Thread myriam abramson
Thanks, I didn't know about that. On Fri, Nov 11, 2011 at 4:47 PM, joegallo wrote: > Go to search.maven.org, and type in jericho-html. That'll take you to > some results pages that will tell you the versions that are available, and > also the correct groupId and artifactId. > > Then you add int

Re: Adding a jar to dependencies in lein

2011-11-11 Thread joegallo
Go to search.maven.org, and type in jericho-html. That'll take you to some results pages that will tell you the versions that are available, and also the correct groupId and artifactId. Then you add into project.clj the following [groupId/artifactId "version"]. In this case, [net.htmlparser.j

Adding a jar to dependencies in lein

2011-11-11 Thread myriam abramson
I want to interface with the Jericho html-parser available from sourceforge. How do I specify it in project.clj for lein to fetch? -- 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