Re: Problem in downloading StringTemplate using lein deps.

2011-08-22 Thread Mark Rathwell
Stringtemplate is [org.antlr/Stringtemplate "3.2"]. Clojure libraries are generally available in Clojars, open source Java libraries are often available in Maven Central. The lein project.clj dependency format is [goupId/artifactId "version"], from the maven pom format: org.antlr string

Problem in downloading StringTemplate using lein deps.

2011-08-22 Thread mmwaikar
Hi, There is no jar available for StringTemplate in clojars. But StringTemplate v3.2 jar is available in Maven. So I included the necessary entry for StringTemplate in project.clj and tried downloading using lein deps. It gives me the below error - Downloading: stringtemplate/stringtemplate/3.